Re: NagEventLog license
Posted: Wed Aug 20, 2014 3:42 pm
Sent log via PM.
Thanks.
Thanks.
Support for Nagios products and services
https://support.nagios.com/forum/
Since it has only been mentioned that it works via cli, but not actually shown the output. Could you try running the following and sending us all the output? Of course fill in the arguments and host address as they should be if you were running it normally not from nagios.1. Locate and then click the following key in the registry:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Power
2. On the Edit menu, point to New, and then click DWORD (32-bit) Value.
3. Type SkipTickOverride, and then press ENTER.
4. On the Edit menu, click Modify.
5. Type 0, and then click OK.
6. Reboot the computer.
Code: Select all
#As root user
cd /usr/local/nagios/libexec
./check_nrpe -H $HOSTADDRESS$ -c CheckEventLog -a file=$ARG1$ MaxWarn=$ARG2$ MaxCrit=$ARG3$ "filter=generated gt $ARG4$ AND source = '$ARG5$' AND id IN ('$ARG6$')" truncate=800 unique descriptions "syntax=%severity%: %source%: %id%: %message% (%count%)"
su -s /bin/bash nagios
./check_nrpe -H $HOSTADDRESS$ -c CheckEventLog -a file=$ARG1$ MaxWarn=$ARG2$ MaxCrit=$ARG3$ "filter=generated gt $ARG4$ AND source = '$ARG5$' AND id IN ('$ARG6$')" truncate=800 unique descriptions "syntax=%severity%: %source%: %id%: %message% (%count%)"
exit