Tagged Questions
1
vote
2answers
521 views
The receiving of returns by Nagios from script through NRPE
I am using nagios3 and want to collect some information from nrpe_server.
Next script is at nrpe_server:
#!/bin/sh
#set -x
# script for checking disk usage on ZFS
# requires min zpool version 13 or ...