i have custom item which use snmp dynamic index:
HOST-RESOURCES-MIB::hrSWRunPerfMem["index","HOST-RESOURCES-MIB::hrSWRunName", "httpd"]
to monitor status of httpd process on a server and now it works correctly.
Now I am trying to add trigger which will start e-mail notification action. the problem is that i can not add action based on UNKNOWN status, and trigger defined like this:
{snmp_test:snmp_process_httpd_status_index.nodata( 40)}=1
show ERROR:
Cannot find index [HOST-RESOURCES-MIB::hrSWRunName] of the OID [HOST-RESOURCES-MIB::hrSWRunPerfMem["index","HOST-RESOURCES-MIB::
like this when i disable httpd on a server.
best regards
Mikolaj Habdank
HOST-RESOURCES-MIB::hrSWRunPerfMem["index","HOST-RESOURCES-MIB::hrSWRunName", "httpd"]
to monitor status of httpd process on a server and now it works correctly.
Now I am trying to add trigger which will start e-mail notification action. the problem is that i can not add action based on UNKNOWN status, and trigger defined like this:
{snmp_test:snmp_process_httpd_status_index.nodata( 40)}=1
show ERROR:
Cannot find index [HOST-RESOURCES-MIB::hrSWRunName] of the OID [HOST-RESOURCES-MIB::hrSWRunPerfMem["index","HOST-RESOURCES-MIB::
like this when i disable httpd on a server.
best regards
Mikolaj Habdank
Comment