I have copied this plugin in scripts folder and modified nsclient.ini file
checkUPState=scripts\check_winevent.exe --log system --code "7030","7037" --type "error" --source "Service Control Manager" --verbos "Service entered unpredictable state"
Here for event log client requirement is to check event id in system log, if event id exists then generate customized alert as attached.
test from XI server
Code: Select all
[root@auscrpmonprd00 libexec]# ./check_nrpe -H 10.164.133.13 -c checkUPState
Failed to execute checkupstate: 14001: The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe tool for more detail.
Thanks in advance.