mickem / nscp

NSClient++
http://nsclient.org
GNU General Public License v2.0
243 stars 94 forks source link

check_ping usage #698

Open klaypigeon opened 4 years ago

klaypigeon commented 4 years ago

I would have posted in the forums, but they seem to be gone. This is more of a question than an issue. https://docs.nsclient.org/reference/misc/CheckNet/#check_ping

How do you use this? I just get "unknown command" back. Has it been deprecated?

maxdevaine commented 2 years ago

Hi, it is simple, you should just enable module "CheckNet". So, for example:

[/modules] ... CheckNet = 1

Then you can use "check_ping" command.

Max