Search found 14 matches

by axj0187
Fri Aug 12, 2011 3:02 pm
Forum: Nagios XI
Topic: NRPE Timeout
Replies: 6
Views: 2114

Re: NRPE Timeout

I removed sudo from the command definition and this fixed the problem. Thanks.
by axj0187
Fri Aug 12, 2011 7:45 am
Forum: Nagios XI
Topic: NRPE Timeout
Replies: 6
Views: 2114

Re: NRPE Timeout

Now after a little while it returns with NRPE: Unable to Read Output. Ive been hacking away at this for a day now and have no idea what else to try, any other ideas?

Thanks for the help.
by axj0187
Thu Aug 11, 2011 10:13 am
Forum: Nagios XI
Topic: NRPE Timeout
Replies: 6
Views: 2114

Re: NRPE Timeout

Do you mean on the machine I am monitoring?

If so:

./check_init_service sshd
sshd (pid 3349 2504 1971) is running...
by axj0187
Thu Aug 11, 2011 9:28 am
Forum: Nagios XI
Topic: NRPE Timeout
Replies: 6
Views: 2114

NRPE Timeout

NRPE agent has been running fine for weeks now. Then out of nowhere I started getting "CHECK_NRPE: Socket timeout after 30 seconds." errors, but only on service checks using check_init_service, everything else (CPU,Disk,Mem) is returning OK. This is very strange. Any suggestions?
by axj0187
Wed Jul 27, 2011 8:51 am
Forum: Nagios XI
Topic: Distibuted Monitoring Requirements Question
Replies: 3
Views: 1068

Re: Distibuted Monitoring Requirements Question

There's a lot of variation here, I would say you can load up your servers based on their hardware power. For example, a single core 3gz CPU maxes out at around 20 checks per second when everything is localized on a single XI install. I would keep the machine power comparable for all systems. This i...
by axj0187
Thu Jul 21, 2011 10:50 am
Forum: Nagios XI
Topic: Backup Directory Structure
Replies: 3
Views: 1145

Re: Backup Directory Structure

Thanks that's all I needed. That makes writing the custom backup script very simple.
by axj0187
Wed Jul 20, 2011 2:12 pm
Forum: Nagios XI
Topic: Backup Directory Structure
Replies: 3
Views: 1145

Backup Directory Structure

I'm writing a backup script that when run will call the /usr/local/nagiosxi/scripts/backup_xi.sh backup script and then will copy the resulting .zip file (e.g /store/backups/nagiosxi/1279411912.zip) to a remote server. However in the Backup & Restore Document (http://assets.nagios.com/downloads/...
by axj0187
Tue Jul 19, 2011 9:50 am
Forum: Nagios XI
Topic: Distibuted Monitoring Requirements Question
Replies: 3
Views: 1068

Distibuted Monitoring Requirements Question

Guten Tag, How should I go about determining the system requirements for a distributed monitoring setup? Do the "worker nodes" require less resources than the master node, or is it about the same? Right now our setup is: Dual Core Processor 4 GB Memory 50 GB Hard Drive Space Can we get awa...
by axj0187
Mon Jul 11, 2011 9:01 am
Forum: Nagios XI
Topic: Windows WMI Wizard Check Plugin Fails at Runtime
Replies: 1
Views: 1063

Re: Windows WMI Wizard Check Plugin Fails at Runtime

Problem solved. Something bad must have happened while the installation script was installing Perl dependencies. To fix the problem you need to manually install them using the following commands: yum -qy install perl-DateTime yum -qy install perl-Config-IniFiles yum -qy install perl-List-MoreUtils T...
by axj0187
Mon Jul 11, 2011 8:00 am
Forum: Nagios XI
Topic: Linux CPU Stats Not Working
Replies: 1
Views: 1637

Re: Linux CPU Stats Not Working

Problem Solved.

iostat was installed to the /usr/local/bin directory. Just copy to /usr/bin and the plugin starts working again.