NCPA Client
Posted: Tue Feb 03, 2015 4:49 am
I have manually modified the NCPA passive checks. what is the correct format?
mine look like this
mine look like this
and doesnt work. i have copied the plugins in to the plugin dir[passive checks]
%HOSTNAME%|__HOST__ = $PLUGIN_DIR$\check_winping.exe -H 127.0.0.1 --warning 200,40% --critical 400,80%
%HOSTNAME%|Cpu Load = $PLUGIN_DIR$\check_pdm --processor --warning 85 --critical 95 --psamples 10 --pinterval 5
%HOSTNAME%|Memory Usage = $PLUGIN_DIR$\check_pdm.exe --memory -w 96 -c 99
%HOSTNAME%|Page File Usage = $PLUGIN_DIR$\check_pdm.exe --memory pagefile -w 80 -c 95
%HOSTNAME%|Disks Free Space = $PLUGIN_DIR$\check_all_disk.vbs /w:10 /c:5