Search found 1 match
- Sun Sep 12, 2021 9:35 pm
- Forum: Open Source Nagios Projects
- Topic: Return variables do not appear in web script bash nagios
- Replies: 1
- Views: 1010
Return variables do not appear in web script bash nagios
I have made a small script that takes values from a server, evaluates them and should show them on the nagios website. but it does not report the variables. The script is: #!/bin/bash dat=$(/usr/bin/curl -s http://$1/cgi-bin/Harm.cgi?slot=1|grep -i dbm|awk -v FS="(<Val>|</Val>)" '{print ...