NRPE check_disk error [nagios,solaris]

 
Thread Tools Search this Thread
Special Forums UNIX and Linux Applications NRPE check_disk error [nagios,solaris]
# 1  
Old 01-12-2010
NRPE check_disk error [nagios,solaris]

Good morning folks,

I'm having a problem with check_disk with mounted 3TB volumes. It appears that the value being returned by stavfs is too large to be processed by the check_disk plugin. Does anyone know of an updated check_disk plugin?

Solaris 10:
Code:
# /usr/local/nagios/libexec/check_disk -w 10% -c 5% -p netapp:/vol/myhost_dbf
DISK OK - free space: /oradata/dbf -289275791807401200000 MB (100%);| /oradata/dbf=-1733660838MB;1190028902;-891342029;0;1322254336

Truss shows:
Code:
statvfs("/oradata/dbf", 0xFFBFF490)       Err#79 EOVERFLOW



Solaris 9:
Code:
# /usr/local/nagios/libexec/check_disk -w 5% -c 4% -v netapp:/vol/myhost2_dbf
DISK UNKNOWN - free space:|

Truss shows:
Code:
statvfs("/oradata/dbf", 0xFFBFF4D0)       Err#79 EOVERFLOW

Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Infrastructure Monitoring

Nagios check dependent on second nagios server

We have a dual Nagios server setup. One is setup for internal server monitoring on our LAN, while the second Nagios server is hosted externally and is used for external checks only such as URL and ping checks form the WAN side. I was wondering if there is any way to setup cross dependencies... (1 Reply)
Discussion started by: eugenes18t
1 Replies

2. Solaris

setting up NAGIOS on solaris SPARC 10

Hi All Does anybody have configured successfully nagios on a solaris 10 system? I am having issues when running gmake all, I am having the following error: cp: includes/rss/extlib: is a directory *** Error code 2 make: Fatal error: Command failed for target `install' Current working... (0 Replies)
Discussion started by: fretagi
0 Replies

3. Solaris

nagios-plugins-1.4.15 Install Problem on Solaris 10

I am trying to install nagios-plugins-1.4.15 on a Solaris 10 box and when I run the ./configure script I get this error: checking for grep that handles long lines and -e... configure: error: no acceptable grep could be found in... (2 Replies)
Discussion started by: thatwaseasy
2 Replies

4. Infrastructure Monitoring

Installing Nagios on Solaris 10

Hi all, I'm instructed to install Nagios on Solaris by my boss, but I know nuts about computing. I read up on guides and explanations on the internet yet I'm still lost. ls5-www.cs.uni-dortmund.de/~windmueller/nagios-solaris10.html The link above was the one I'm concentrating on(with the... (3 Replies)
Discussion started by: jolie
3 Replies

5. Infrastructure Monitoring

Nagios on Solaris 10 Sparc issue

I've got it installed but when I logging to the interface to http://localhost/nagios I get the following: Forbidden You don't have permission to access /nagios/ on this server. Apache/2.0.63 (Unix) DAV/2 Server at localhost Port 80 im running Solaris Version: SunOS dotstoas442 5.10... (0 Replies)
Discussion started by: frenchykd
0 Replies

6. Infrastructure Monitoring

configure nrpe and nagios error

   (1)check the service of nrpe   # libexec/check_nrpe -H 59.26.240.63   NRPE v2.8.1    (2)check the resource of nrpe's host   # libexec/check_nrpe -H 59.26.240.63 -c check_df   DISK OK - free space: / 8241 MB (77% inode=98%); /var 5239 MB (95% inode=99%); /usr 11971 MB (86%... (0 Replies)
Discussion started by: zhengsenlin
0 Replies

7. Infrastructure Monitoring

Nagios - NRPE configuration error

HI guyz, I have a nagios 3.0.6 server which is running on fedora 5. I had already added some windows clients and monitoring it. Now i want to add a unix client. Steps done till now : - 1.nagios-plugins-1.4.13 was installed and configured. 2.unzipped and untarred the NRPE 2.8 3.I gave a... (0 Replies)
Discussion started by: Renjesh
0 Replies

8. Solaris

open SSL configuration in solaris 5.9 for NRPE plug-in

Hi guys, I have a linux box with nagios installed on it. I have configured some windows clients very easily and now i want to configure a unix client on it. Steps done: 1) installed nagios-plugins-1.4.13 2) downloaded nrpe-2.12, but while giving "./configure" command, it is throwing an... (1 Reply)
Discussion started by: Renjesh
1 Replies

9. Infrastructure Monitoring

Installing Nagios on Solaris for Network and Server Monitoring

Nagios is a free, open source enterprise-class network and server monitoring system that can benefit your IT infrastructure. Bill Bradford describes how to install and set up Nagios on a Solaris 10 system. For this example Bill uses Solaris 10 update 6 running in 32-bit mode on a VMware virtual... (0 Replies)
Discussion started by: Linux Bot
0 Replies

10. Solaris

Nagios NRPE plugin won't install

Hi have a Solaris 9 box and I'm trying to install Nagios on it. I've installed the GCC compiler as well as OpenSSL and OpenSSH. When I run the # ./configure for the nrpe plugin it executes without any obvious errors. However, when I run the # make install afterwards if fails with the... (0 Replies)
Discussion started by: soliberus
0 Replies
Login or Register to Ask a Question