UPDATE ......From Tuesday 8 April 2025 we have changed the way that Single Sign-on works on this wiki. Please see here for more information:
Update
...
I came up with this check in commands.cfg
:
Code Block | ||||
---|---|---|---|---|
| ||||
define command{ command_name check_unparsed_php command_line /usr/lib/nagios/plugins/check_http -I $HOSTADDRESS$ -H $ARG1$ -u $ARG2$ --invert-regex -r '^\s*<\?(php)?\s+' } |
...