[OPMONAGENT] enable=1 password=None port=12489 allow_from=192.168.1.94 ; if set to 1, opmonagent will try to autodetect language settings autodetect_counters=1 ; if autodectet_counters set to zero, need to specify which to use, otherwise, default W2K use_counters=W2K max_connections=300 debuglevel=0 [NRPE] enable=1 port=5666 command_timeout=60 allow_from=192.168.1.94 max_connections=300 debuglevel=1 [NRPECOMMAND] ;Used to test if the agent is functioning test=c:\opmon\test.bat ;Used to verify if some configured service exists as automatic but that it is not twirling services=cmd /c cscript //NOLOGO "c:\opmon\check_all_services.wsf" ;Used to verify if some configured service exists as automatic but that it is not twirling, ;however the “Service Name” or “Name Display” ignores passed by parameter, for more than one separates for comma services_exclude=cmd /c cscript //NOLOGO "c:\opmon\check_all_services.wsf" /exclude:$ARG1$ ;Used of generic form for plugins opservices.exe, passing for “name_executable” parameter and more 8 possible parameters ;where a not used parameter must be passed 0 check_remote=c:\opmon\check_remote.cmd $ARG1$ $ARG2$ $ARG3$ $ARG4$ $ARG5$ $ARG6$ $ARG7$ $ARG8$ $ARG9$ ;Used to initiate, to stop or to restartar a service, it must be passed for parameter "Service Name" and "action"(stop, start or restart) service_control=c:\opmon\service-control.cmd $ARG1$ $ARG2$ ;It reads the content of an archive, that contains a line with a value read_file=c:\opmon\read_file.bat $ARG1$