Here is my command:
These are the arguments I use in the service definition :
This is the results I see in the monitoring:
It seems it is not passing warning and critical correctly.
So I changed the command to:
And passed
And I got:
How should I be passing these args?
$USER1$/check_snmp_mem_graph.pl -H $HOSTADDRESS$ -C %ARG1% -w %ARG2% -c %ARG3% -f
!String!100,75!100,85
2 warnings and critical !
So I changed the command to:
$USER1$/check_snmp_mem_graph.pl -H $HOSTADDRESS$ -C %ARG1% -w %ARG2%,%ARG3% -c %ARG4%,%ARG5% -f
!String!100!75!100!85
Numeric value for warning or critical !
Comment