Page 2 of 2

Re: monitoreo carpetas de windows.

Posted: Thu Apr 11, 2019 10:56 am
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

Re: monitoreo carpetas de windows.

Posted: Thu Apr 11, 2019 3:03 pm
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

Re: monitoreo carpetas de windows.

Posted: Thu Apr 11, 2019 3:43 pm
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.