Service Manually

Hi!

How could I create a service like a nagios via snmp simple command without discovery?

$USER1$/check_snmp -H $HOSTADDRESS$ -P 1 -o .1.3.6.1.4.1.232.3.2.2.1.1.6.0 -w 3 -c 4 -Cpublic -m:

I have this version

OMD - Open Monitoring Distribution Version 2.0.0p8.cre

Thanks!

you either configure it really manually using the rule “Integrate Nagios plugins”
or use check_mk_extensions/check_snmp at cmk2.0 · HeinleinSupport/check_mk_extensions · GitHub which allows you to use the snmp credentials as you would configure them for the host within checkmk

2 Likes

In Active checks look for the rule " Classical active and passive Monitoring checks".
Here you could configure the same as in Nagios. Just put in field “Command Line”:

check_snmp -H $HOSTADDRESS$ -P 1 -o .1.3.6.1.4.1.232.3.2.2.1.1.6.0 -w 3 -c 4 -Cpublic -m:

regards

Michael

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed. Contact an admin if you think this should be re-opened.