Language selection:
Skip to main navigation Skip to main content Skip to page footer

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

Example. View available system elements:

$ snmptable -Ci -Cb -v2c -cread 192.168.0.193 DIDACTUM-SYSTEM-MIB::ctlAllElementsTable

IdModule NumClassTypeNameStateValueSpec 
2010011-1"analog""temperature""Temperature""alarm""31.5"""
2030011-2"analog""voltage""Voltage""warning""11.3"""
3010012-1"switch""relay""Analog Power""on""on"""
10200131"switch""outlet""Relay-1""off""off"""
10200232"switch""outlet""Relay-2""off""off"""
10200333"switch""outlet""Relay-3""off""off"""
10200434"switch""outlet""Relay-4""off""off"""
10100141"discrete""dry""Dry-1""normal""on""reverse="1""
10100242"discrete""dry""Dry-2""normal""on"""
10100343"discrete""dry""Dry-3""normal""on"""
10100444"discrete""dry""Dry-4""normal""on"""
40100151"devhwr""reader""iButton""not connected"""""
3010015-1"switch""relay""iButton Power""on""on"""
10200121"discrete""door""Analog-1""normal""on"""
20400122"analog""fvoltage""Analog-2""low""0.0"""
402001111"devhwr""usb-cam""USB Web camera""unknown""-"""
20100223"analog""temperature""Analog-3""alarm""28.5"""

Example

Getting the measured value for the system element with ID=201002:

$ snmpget -v2c -cread 192.168.0.193 DIDACTUM-SYSTEM-MIB::ctlUnitElementValue.201002

or without MIB-file

$ snmpget -v2c -cread 192.168.0.193 .1.3.6.1.4.1.39052.1.3.1.7.201002

Example

Changing the name of the element with ID=102003:

$ snmpset -v2c -cwrite 192.168.0.193 DIDACTUM-SYSTEM-MIB::ctlUnitElementName.102003 s "Dry sensor"

DIDACTUM-SYSTEM-MIB::ctlUnitElementName.102003 = STRING: "Dry sensor"

This website uses cookies

This website uses cookies to improve user experience. By using our website you consent to all cookies in accordance with our Cookie Policy.

Essential cookies enable basic functions and are necessary for the website to function properly.
Statistics cookies collect information anonymously. This information helps us to understand how our visitors use our website.
Marketing cookies are used by third parties or publishers to display personalized advertisements. They do this by tracking visitors across websites.