Ok I'll report this.
Yeap, problem solved
Search found 21 matches
- Fri Apr 25, 2014 12:31 pm
- Forum: Open Source Nagios Projects
- Topic: Graph not generate. JMXEval plugin used by nrpe
- Replies: 16
- Views: 6718
- Fri Apr 25, 2014 7:58 am
- Forum: Open Source Nagios Projects
- Topic: Graph not generate. JMXEval plugin used by nrpe
- Replies: 16
- Views: 6718
Re: Graph not generate. JMXEval plugin used by nrpe
With 0.3.9 version I got perfdata on Nagios server.
Thanks for clue abrist
Thanks for clue abrist
- Thu Apr 24, 2014 9:19 am
- Forum: Open Source Nagios Projects
- Topic: Graph not generate. JMXEval plugin used by nrpe
- Replies: 16
- Views: 6718
Re: Graph not generate. JMXEval plugin used by nrpe
NSClient version: 0.4.0.172-x64
Nagios version: 3.5.1
I'm not to handy with powershell or VBS
I will ask NSClient author about it
Regards
Nagios version: 3.5.1
I'm not to handy with powershell or VBS
Regards
- Wed Apr 23, 2014 9:32 am
- Forum: Open Source Nagios Projects
- Topic: Remote restart java | JMXeval/NRPE
- Replies: 4
- Views: 2019
Re: Remote restart java | JMXeval/NRPE
To perform the tests I don't wait until the memory usage will be at >98%. Only changing the Warning and Critical values in the file .xml to lower. Jmxeval service got Critical status and restart java service on windows host. When java restart finished i lose connection by nrpe port between windows...
- Wed Apr 23, 2014 9:00 am
- Forum: Open Source Nagios Projects
- Topic: Graph not generate. JMXEval plugin used by nrpe
- Replies: 16
- Views: 6718
Re: Graph not generate. JMXEval plugin used by nrpe
Only for “Full path” this changes works on both machines. Next i change check_jmxeval line in .ini file to check_jmxeval = scripts\check_jmxeval.bat but still on Windows host I get: # C:\Program Files\NSClient++\scripts>check_jmxeval.bat JMXEval MemHeap OK - heapMemoryUsedPercent is 28.56 | heapMemo...
- Fri Apr 11, 2014 9:57 am
- Forum: Open Source Nagios Projects
- Topic: Graph not generate. JMXEval plugin used by nrpe
- Replies: 16
- Views: 6718
Re: Graph not generate. JMXEval plugin used by nrpe
check_jmxeval.bat: @echo off @if "%OS%" == "Windows_NT" setlocal @pushd %~dp0 @set BASE_DIR=%cd% @popd set BASE_DIR=%BASE_DIR%\lib\jmxeval-1.2.6 set LIB_DIR=%BASE_DIR%\lib call C:\jboss-as-7.1.1.Final\bin\jmx_setup.bat set CLASSPATH=%CLASSPATH%;%BASE_DIR%\jmxeval-1.2.6.jar;%LIB_D...
- Wed Apr 09, 2014 7:26 pm
- Forum: Open Source Nagios Projects
- Topic: Remote restart java | JMXeval/NRPE
- Replies: 4
- Views: 2019
Remote restart java | JMXeval/NRPE
Hi, After restarting java (on windows host) using event_handler when RAM usage is at 100% (check RAM using the plugin jmxeval) during 10 minutes, calling all external scripts (from Nagios RH server) is not possible and in any event ends the following information: The command (scripts/check_jmxeval.b...
- Wed Apr 09, 2014 7:11 pm
- Forum: Open Source Nagios Projects
- Topic: Graph not generate. JMXEval plugin used by nrpe
- Replies: 16
- Views: 6718
Re: Graph not generate. JMXEval plugin used by nrpe
Adding quotes and double slashes removes that kind of info from nsclient.log: e:d:\source\nscp\trunk\modules\checkexternalscripts\commands.hpp:91: Failed to parse arguments for command 'check_jmxeval', using old split string method: unknown escape sequence: scripts\check_jmxeval.bat scripts\jmxeval_...
- Wed Apr 09, 2014 5:40 am
- Forum: Open Source Nagios Projects
- Topic: Graph not generate. JMXEval plugin used by nrpe
- Replies: 16
- Views: 6718
Re: Graph not generate. JMXEval plugin used by nrpe
Ok, I change external script from check_jmxeval = "scripts\\check_jmxeval.bat" "scripts\\jmxeval_jb.xml" to check_jmxeval = cmd /c echo “scripts\\check_jmxeval.bat" "scripts\\jmxeval_jb.xml" ; exit($lastexitcode) | powershell.exe -command – but I got the same outpu...
- Tue Apr 08, 2014 4:01 am
- Forum: Open Source Nagios Projects
- Topic: Graph not generate. JMXEval plugin used by nrpe
- Replies: 16
- Views: 6718
Re: Graph not generate. JMXEval plugin used by nrpe
nsclient.ini: [/modules] ; CheckDisk - CheckDisk can check various file and disk related things. The current version has commands to check Size of hard drives and directories. CheckDisk = 1 ; Event log Checker. - Check for errors and warnings in the event log. This is only supported through NRPE so ...