On Sat, May 28, 2016 at 08:42:46PM +0000,
 Peltokangas Mikko <mikko.peltokan...@alavus.fi> wrote 
 a message of 9 lines which said:

> Has anyone have example for a siimple snmp3 config?

define command{
        command_name    check_snmp_servers
        command_line    $USER1$/check_snmp -H $HOSTADDRESS$ -P 3 -a SHA -x AES 
-U me -A mypassword -X mypassword  -L authPriv  --rate -o $ARG1$ -w $ARG2$ -c 
$ARG3$
        }

define service{
       use                              generic-service
       host_name                        servers
       service_description              IN_BYTE_RATE
       check_command                    
check_snmp_servers!ifInOctets.3!1000000!3000000!
   }

_______________________________________________
icinga-users mailing list
icinga-users@lists.icinga.org
https://lists.icinga.org/mailman/listinfo/icinga-users

Reply via email to