<div dir="ltr"><div><div><div>Good Evening,<br></div>I need help about check_snmp! command for internal temperature monitoring of a switch/router.<br></div>I must write a service in my configuration file like this:<br><br>define service{<br>        use                     generic-service ;<br>        host_name               RouterBoard<br>        service_description     Port 1 Link Status<br>        check_command           check_snmp!-C public -o ifOperStatus.2 -r 1 -m RFC1213-MIB<br>        }<br></div>What is the correct syntax?<br></div>