problems with drives bigger than 2TB

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
jodonnell
Posts: 6
Joined: Tue Aug 20, 2019 10:03 am

problems with drives bigger than 2TB

Post by jodonnell »

I just downloaded the Nagiosxi demo. I am trying to monitor a Linux disk using snmp. I am monitoring a few drive that report correctly. however I have one disk that is 10TB. the monitor reports that I am using 5TB out of 2TB, or %253.

check_xi_service_snmp_linux_storage! --login=***** --passwd=***** --privpass=***** --protocols=md5,des -m "^/sasdata$" -w 80 -c 95 -f

/sasdata: 253%used(5308729MB/2096396MB) (>95%) : CRITICAL
User avatar
mbellerue
Posts: 1403
Joined: Fri Jul 12, 2019 11:10 am

Re: problems with drives bigger than 2TB

Post by mbellerue »

This is a known issue with Net-SNMP. You can add the following to your /etc/snmp/snmpd.conf file, which should solve the issue.

Code: Select all

realStorageUnits 0
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked