docs/doc/source/fault-mgmt/setting-snmp-identifying-information.rst
Stone 037c99f0b7 Fault Management doc
Added Data Networks toctree

Changed case on doc title in top level index - changed doc directory to
fault-mgmt.

Added Distributed Cloud section.

Broke out "OpenStack Fault Management Overview" statement about remote log
collection to conditionally included file.

Incorporated patch 6 review comments. Also implemented rST :abbr:
for first instance of SNMP in each file.

Changed port number and community string in two SNMP walk examples.

Change-Id: I1afd71265e752c4c9a54bf2dc9a173b3e17332a7
Signed-off-by: Stone <ronald.stone@windriver.com>
2020-11-27 14:13:00 -05:00

30 lines
809 B
ReStructuredText

.. tie1580219717420
.. _setting-snmp-identifying-information:
================================
Set SNMP Identifying Information
================================
You can set :abbr:`SNMP (Simple Network Management Protocol)` system
information including name, location and contact details.
.. rubric:: |proc|
- Use the following command syntax to set the **sysContact** attribute.
.. code-block:: none
~(keystone_admin)$ system modify --contact <site-contact>
- Use the following command syntax to set the **sysLocation** attribute.
.. code-block:: none
~(keystone_admin)$ system modify --location <location>
- Use the following command syntax to set the **sysName** attribute.
.. code-block:: none
~(keystone_admin)$ system modify --location <system-name>