Hi,
I need to create a trigger to check how many running for a specific process (myprocess)
I created this item:
Name: myprocess Process Count
Type: SNMP agent
Key: snmp_proc_myprocess
SNMP OID: UCD-SNMP-MIB::rCount["index", "UCD-SNMP-MIB::rNames", "myprocess"]
Type of information: numeric (unsigned)
If I click on test I receive 1 as result (only 1 instance is running for myprocess)
And I created this trigger:
Name: Test Trigger
Expression: (({servers:snmp_proc_myprocess.last()}) >= 1) and (({servers:snmp_proc_myprocess.last()}) <= 10)
But I receive a PROBLEM if my process is 1.
Where am I wrong?
I need to create a trigger to check how many running for a specific process (myprocess)
I created this item:
Name: myprocess Process Count
Type: SNMP agent
Key: snmp_proc_myprocess
SNMP OID: UCD-SNMP-MIB::rCount["index", "UCD-SNMP-MIB::rNames", "myprocess"]
Type of information: numeric (unsigned)
If I click on test I receive 1 as result (only 1 instance is running for myprocess)
And I created this trigger:
Name: Test Trigger
Expression: (({servers:snmp_proc_myprocess.last()}) >= 1) and (({servers:snmp_proc_myprocess.last()}) <= 10)
But I receive a PROBLEM if my process is 1.
Where am I wrong?
Comment