Search found 1 match

by bvanarse
Wed Oct 06, 2021 7:52 am
Forum: Open Source Nagios Projects
Topic: How External Command or shell script use to disable host chk
Replies: 1
Views: 2313

How External Command or shell script use to disable host chk

How can we write correct code for disable host check for nagios I used following script, but does not work, also want to add comment while disable the server monitoring =============================================================================================== #!/bin/sh # This is a sample shell ...