Search found 2 matches

by bruno_mar
Thu Feb 19, 2015 7:02 am
Forum: Open Source Nagios Projects
Topic: check_disk_smb reporting wrong percentage
Replies: 4
Views: 3557

Re: check_disk_smb reporting wrong percentage

Thanks for that.

It does look like this is an issue with the smbclient. By the way the share is hosted on a NetApp.

Does anyone know of any alternatives to the smbclient that I could use to retrieve the actual size? I can always modify the script :)
by bruno_mar
Wed Feb 18, 2015 10:14 am
Forum: Open Source Nagios Projects
Topic: check_disk_smb reporting wrong percentage
Replies: 4
Views: 3557

check_disk_smb reporting wrong percentage

Hello, I have setup check_disk_smb ( version 2.0.3 ) to check a network share that is 5TB in size. Here is the command: /usr/local/nagios/libexec/check_disk_smb -H 192.168.118.226 -s pims_livelink24 -w 90% -c 95% -u <username> -p <password> Which is returning: Disk ok - 1023G (100%) free on \\192.16...