The monitoring system may include the following elements:
Analog sensors;
Discrete sensors;
Virtual sensors (elements);
Notifications;
Units;
All the available elements of the system are given in table ctlAllElementsTable
ExampleExample. View available system elements:
...
there 7 - number of table rows row associated with sensor value, 201002 - sensor ID.
Code Block |
---|
VUTLAN-SYSTEM-MIB::ctlUnitElementValue.201002 = STRING: "28.7" |
Example. Changing the name of the element with ID=102003:
Code Block |
---|
$ snmpset -v2c -cwrite 192.168.0.193 VUTLAN-SYSTEM-MIB::ctlUnitElementName.102003 s "Dry sensor" |
Code Block |
---|
VUTLAN-SYSTEM-MIB::ctlUnitElementName.102003 = STRING: "Dry sensor" |