Home Directory

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

Directory

rblaas1975

Reviews(2)
byrblaas1975, September 28, 2021
Synology status
If your synology has docker or some similar active the script will fail because it will find multiple /volume1 instances.

To prevent this change the line #317 to: (in which you excluded /volume1/ (the last slash and thus only grep /volume1)
storageID[$i]=$(echo "$syno_diskspace" | grep "= "?/${storageName[$i]}"?" | grep -v "= "?/volume1/"?" | cut -d "=" -f1 | rev | cut -d "." -f1 | rev)
byrblaas1975, February 15, 2018
Hi,

I think you should update the documentation..

as for the check_mssql_database.py there is an option mandatory -T
I cannot read anything about this.

As said I am unable to get a database size

Could you please update the documentation?