monitoreo carpetas de windows.

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
fgaadmin
Posts: 19
Joined: Tue Mar 12, 2019 7:38 am

Re: monitoreo carpetas de windows.

Post by fgaadmin »

./check_nrpe -H 192.168.30.99 -c check_foldersize -a "D:\FGA\Area Juridica" 21250 25000
OK:15787,3 MB

:D :D :D :D :D :D :D :D :D :D :D :D :D :D


You can now perform the procedure but I want to know if I can graph the monitoring.

since I do not get the objection of

view performance graphic in the interface the nagios xi
fgaadmin
Posts: 19
Joined: Tue Mar 12, 2019 7:38 am

Re: monitoreo carpetas de windows.

Post by fgaadmin »

./check_nrpe -H 192.168.30.99 -c check_foldersize -a "D:\FGA\Area Juridica" 21250 25000
OK:15787,3 MB

:D :D :D :D :D :D :D :D :D :D :D :D :D :D


You can now perform the procedure but I want to know if I can graph the monitoring.

since I do not get the objection of

view performance graphic in the interface the nagios xi
npolovenko
Support Tech
Posts: 3457
Joined: Mon May 15, 2017 5:00 pm

Re: monitoreo carpetas de windows.

Post by npolovenko »

@fgaadmin, Glad it's working now!
This particular plugin does not support performance graphs. If you're good with coding you can modify this VBS plugin to return perfdata in the following format:
'label'=value[UOM];[warn];[crit];[min];[max]
https://nagios-plugins.org/doc/guidelines.html#AEN78
But this is something you'd have to do on your own.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked