Re: monitoring hp procurve
Posted: Thu Aug 24, 2017 3:06 pm
Go to the Core Config Manager > Commands menu and add a new command
Set the command name to
The command line to
Set the command type to "check command" and make it active.
Save it
Then you can go to the Service menu and create a service that uses the check_snmp_hp-procurve-counters command and in $ARG1$ you would put the community string.
Make sure you select a template for that service or that you will in the required options.
Save it and Apply the Config and that device will be checked at the next scheduled time.
Set the command name to
Code: Select all
check_snmp_hp-procurve-countersCode: Select all
$USER1$/check_snmp_hp-procurve-counters.sh $HOSTADDRESS$ $ARG1$Save it
Then you can go to the Service menu and create a service that uses the check_snmp_hp-procurve-counters command and in $ARG1$ you would put the community string.
Make sure you select a template for that service or that you will in the required options.
Save it and Apply the Config and that device will be checked at the next scheduled time.