Search found 34 matches
- Wed Oct 23, 2013 11:52 am
- Forum: Open Source Nagios Projects
- Topic: monitoring NAS devices
- Replies: 9
- Views: 6015
Re: monitoring NAS devices
OK, thanks for the explanation Spenser. I'll see if I can MacGyver something along the lines that you describe! 
- Tue Oct 22, 2013 4:36 pm
- Forum: Open Source Nagios Projects
- Topic: monitoring NAS devices
- Replies: 9
- Views: 6015
Re: monitoring NAS devices
But that's what I mean... The NAS share is mapped to the server (as an F:\ drive), so it ought to be no different to the OS than any other local drive (eg. C:\ or D:\ etc.), and yet, I get that Nagios error. Conversely, when I try to check a different NAS share mounted as a volume on a different ser...
- Mon Oct 21, 2013 11:00 am
- Forum: Open Source Nagios Projects
- Topic: monitoring NAS devices
- Replies: 9
- Views: 6015
Re: monitoring NAS devices
Sorry for the delay in responding to this... :oops: Here's the service definition I have for the NAS share that doesn't work. So again, its a Windows 2008 server which has a NAS share mapped to a local drive letter. I use windows.cfg for all my MS Windows server monitored servers and Linux.cfg for a...
- Fri Oct 18, 2013 2:30 pm
- Forum: Open Source Nagios Projects
- Topic: nrpe installation fails
- Replies: 14
- Views: 8937
Re: nrpe installation fails
OK, so I created a new clone of my production server that I want to monitor, and followed the agent installation process, which worked fine, no errors. All I needed to do in addition to the automatic process was to add entries for 127.0.0.1 and localhost to the "only_from" field in the /et...
- Fri Oct 18, 2013 1:37 pm
- Forum: Open Source Nagios Projects
- Topic: nrpe installation fails
- Replies: 14
- Views: 8937
Re: nrpe installation fails
I will definitely give it a shot then! Thanks!
Do you have a similar version for Ubuntu?
Do you have a similar version for Ubuntu?
- Fri Oct 18, 2013 11:07 am
- Forum: Open Source Nagios Projects
- Topic: nrpe installation fails
- Replies: 14
- Views: 8937
Re: nrpe installation fails
That's a Nagios XI agent for CentOS 5 and 6. I'm running Nagios Core 3.4.1 and the client is RHEL 6.2 Is the compatibility close enough? No issues about removing files from previous attempts. As the system I'm trying to setup is a critical production virtual server, I cloned it and am working off of...
- Fri Oct 18, 2013 9:16 am
- Forum: Open Source Nagios Projects
- Topic: nrpe installation fails
- Replies: 14
- Views: 8937
Re: nrpe installation fails
Incidentally, here's the NRPE installation process that I had followed for RHEL 6.2 client installation, which isn't working (the Nagios server end has been setup for quite some time): 1. yum install openssl openssl-devel xinetd gcc (and some others, most of which are already setup on OS install) 2....
- Thu Oct 17, 2013 4:53 pm
- Forum: Open Source Nagios Projects
- Topic: nrpe installation fails
- Replies: 14
- Views: 8937
Re: nrpe installation fails
Here's the output: [root@server ~]# cat /etc/hosts 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 ::1 localhost localhost.localdomain localhost6 localhost6.localdomain6 The thing is, this isn't the first RHEL system I've setup, its just been awhile and the last few were...
- Thu Oct 17, 2013 11:32 am
- Forum: Open Source Nagios Projects
- Topic: nrpe installation fails
- Replies: 14
- Views: 8937
Re: nrpe installation fails
Interesting development. Just futzing around in general, and I put an entry into the /etc/hosts.allow config file : nrpe: 127.0.0.1 lmnagios.lmgroup.com Now I can successfully test with the loopback address: [root@server libexec]# ./check_nrpe -H 127.0.0.1 NRPE v2.15 I still can't successfully test ...
- Thu Oct 17, 2013 11:13 am
- Forum: Open Source Nagios Projects
- Topic: nrpe installation fails
- Replies: 14
- Views: 8937
Re: nrpe installation fails
Hi 12csd. No the server isn't firewalled (I've removed both iptables and selinux from the equation). [root@server libexec]# sestatus SELinux status: disabled [root@server libexec]# service iptables status iptables: Firewall is not running. Yes the server is listening at 5666: netstat -at |grep nrpe ...