1. If i have config and plugins set to update, they check for updates but never run the checks. Also, it isn't downloading the plugins, is that still for a future release?
2. I manually copied in the plugins and they run and submit the check
Code: Select all
2/27/2013 1:30:58 PM XML to be posted to NRDP : token=9buvmj5t3u02&cmd=submitcheck&XMLDATA=<?xml version='1.0'?><checkresults><checkresult type='host' checktype='1'><hostname>test_machine</hostname><state>0</state><output>WINPING+OK+%2D+Round+trip%3A+0+ms%2C+Packet+loss%3A+0%25%2C+packets%3A+5%7C%27round+trip%27%3D0ms%3B200%3B400%3B+%27packet+loss+rate%27%3D0%25%3B40%3B80%3B+packets%3D5%3B</output></checkresult><checkresult type='service' checktype='1'><hostname>test_machine</hostname><servicename>nrpe_winprocess</servicename><state>2</state><output>PROCESS+CRITICAL+%2D+102+process%28es%29%7Cprocesses%3D102%3B40%3B50%3B</output></checkresult><checkresult type='service' checktype='1'><hostname>test_machine</hostname><servicename>nrpe_process</servicename><state>0</state><output>NOW%3A+Mean%3A6%2E600000%25+Variance%3A+2%2E101600%25+CUMULATIVE%3A+Mean%3A6%2E600000%25+Variance%3A+2%2E101600%25%0D%0A</output></checkresult><checkresult type='service' checktype='1'><hostname>test_machine</hostname><servicename>nrpe_diskspace</servicename><state>0</state><output>DISK+OK+%2D+usage%3A+C%3A+52702%2E2+MB+%2843%2E16%25+of+total+122102%2E0+MB%29%7C%27disk+in+use%27%3D52702%2E2MB%3B+%27disk+usage%27%3D43%2E16%25%3B97%2E5%3B99%2E5%3B+%27disk+total%27%3D122102%2E0MB%3B</output></checkresult><checkresult type='service' checktype='1'><hostname>test_machine</hostname><servicename>nrpe_eventlog</servicename><state>1</state><output>Microsoft%2DWindows%2DWLAN%2DAutoConfig%2810002%29%3A+Err%3D0+Warn%3D1+Instances%3D1+Microsoft%2DWindows%2DWLAN%2DAutoConfig%284001%29%3A+Err%3D0+Warn%3D1+Instances%3D1+Microsoft%2DWindows%2DKernel%2DPnP%28219%29%3A+Err%3D0+Warn%3D1+Instances%3D1+NETLOGON%285719%29%3A+Err%3D1+Warn%3D0+Instances%3D1+Microsoft%2DWindows%2DGroupPolicy%281055%29%3A+Err%3D1+Warn%3D0+Instances%3D1+prot%5F2k%2842%29%3A+Err%3D6+Warn%3D0+Instances%3D6+Communicator%2811%29%3A+Err%3D0+Warn%3D2+Instances%3D2+</output></checkresult><checkresult type='service' checktype='1'><hostname>test_machine</hostname><servicename>nrpe_memload</servicename><state>0</state><output>MEMORY+OK+%2D+Physical+usage%3A+2143+MB+%2866%25+of+3240+MB%29%7C%27memory+in+use%27%3D2143MB%3B+%27memory+usage%27%3D66%25%3B90%3B99%3B+%27memory+total%27%3D3240MB%3B</output></checkresult><checkresult type='service' checktype='1'><hostname>test_machine</hostname><servicename>nrpe_physical_mem</servicename><state>0</state><output>MEMORY+OK+%2D+Pagefile+usage%3A+184+MB+%285%25+of+3240+MB%29%7C%27memory+in+use%27%3D184MB%3B+%27memory+usage%27%3D5%25%3B80%3B95%3B+%27memory+total%27%3D3240MB%3B</output></checkresult><checkresult type='service' checktype='1'><hostname>test_machine</hostname><servicename>nrpe_service</servicename><state>0</state><output>DNS+Client+OK+</output></checkresult></checkresults>Code: Select all
2/27/2013 1:30:58 PM post response from NRDP : <?xml version="1.0" encoding="utf-8"?>
<result>
<status>0</status>
<message>OK</message>
<meta>
<output>8 checks processed.</output>
</meta>
</result>
Anything I can check?