Follow Step by Step to Install Nrpe client in Remote servers you want to monitor from Nagios core Update Repository…
#!/bin/bash service=replace_me_with_a_valid_service if (( $(ps -ef | grep -v grep | grep $service | wc -l) > 0 )) then…
Follow Step by Step to Install Nrpe client in Remote servers you want to monitor from Nagios core Update Repository…
#!/bin/bash service=replace_me_with_a_valid_service if (( $(ps -ef | grep -v grep | grep $service | wc -l) > 0 )) then…