; Check External Scripts - A simple wrapper to run external scripts and batch files.
CheckExternalScripts = 1
Search found 3 matches
- Tue Sep 22, 2015 11:01 am
- Forum: Open Source Nagios Projects
- Topic: nrpe and bat file
- Replies: 6
- Views: 4396
- Tue Sep 22, 2015 10:12 am
- Forum: Open Source Nagios Projects
- Topic: nrpe and bat file
- Replies: 6
- Views: 4396
- Tue Sep 22, 2015 2:47 am
- Forum: Open Source Nagios Projects
- Topic: nrpe and bat file
- Replies: 6
- Views: 4396
nrpe and bat file
helo i have a problem with execution bat file via nrpe service check_select.bat: echo off for /F %%i in ('sqlcmd -S "127.0.0.1" -U "nagios" -P "112345" -i C:\nagios\test.sql') do (set count=%%i) IF %count% LSS 1000 GOTO kok IF %count% GTR 18000 GOTO war :err exit /b 2 :...