Search found 1 match
- Thu Oct 27, 2022 5:13 am
- Forum: Nagios XI
- Topic: Check_nrpe send command with parameter
- Replies: 0
- Views: 14177
Check_nrpe send command with parameter
Hello everyone, I need to call a script directly without showing it in the nagios monitoring. get_log_transactions.sh #!/bin/bash if [[ $# -gt 0 ]] then echo "Parameter $1 received" else echo "No parameter received" fi exit 0 In nrpe.cfg on remote I have this command: command[get...