SSH parameters for Librenms to monitor SSH

Hello,

I want to ask what are the parameters should I use to monitor SSH

I’m using Nagios plugin

Best Regards

Check the CLI help and test it as the librenms user - then you’ll have all you need to put in the options:

librenms@host:/usr/lib/nagios/plugins$ ./check_ssh --help

All it actually needs is the hostname in normal usage though, so literally no settings and it works on mine.

Now it works