na klar
Hier mal die checkcommands:
CPU
define command{
command_name check_fortigate_cpu
command_line $USER1$/check_snmp -H $HOSTADDRESS$ -C public -o .1.3.6.1.4.1.12356.101.4.1.3.0 -w $ARG1$ -c $ARG2$ -u $ARG3$
}
Memory
define command{
command_name check_fortigate_mem
command_line $USER1$/check_snmp -H $HOSTADDRESS$ -C public -o .1.3.6.1.4.1.12356.101.4.1.4.0 -w $ARG1$ -c $ARG2$ -u $ARG3$
}
Active Sessions
define command{
command_name check_fortigate_session
command_line $USER1$/check_snmp -H $HOSTADDRESS$ -C public -o .1.3.6.1.4.1.12356.101.4.1.8.0 -w $ARG1$ -c $ARG2$ -u $ARG3$
}
Die VPN´s überwache ich mit dem alten Plugin und geänderter OID´s wie im Anhang.
Mit dem Cluster sollte es eigentlich auch funktionieren, wenn man nur die richtigen OID´s hat.
Aber da habe ich leider noch nichts gefunden!
Hat hier jemand vielleicht was?
Greez
Thomas