Search found 10 matches

by Shawn L
Fri May 13, 2016 1:27 pm
Forum: Nagios XI
Topic: How to start xinetd after server reboot
Replies: 12
Views: 5403

Re: How to start xinetd after server reboot

Thanks, ssax. The out from both shows lots of IO errors. I think I need to find out why the servers were shut down in the first place.
by Shawn L
Fri May 13, 2016 10:24 am
Forum: Nagios XI
Topic: How to start xinetd after server reboot
Replies: 12
Views: 5403

Re: How to start xinetd after server reboot

I am not managing that server, I am not pretty sure why they rebooted it.
by Shawn L
Fri May 13, 2016 9:52 am
Forum: Nagios XI
Topic: How to start xinetd after server reboot
Replies: 12
Views: 5403

Re: How to start xinetd after server reboot

[root@server~]# $PATH -bash: /usr/lib64/qt-3.3/bin:/opt/jdk_jboss/bin:/opt/jdk_jboss/jre/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/var/cfengine/bin:/root/bin: No such file or directory [root@server~]# cat /etc/init.d/xinetd #!/bin/bash # # xinetd This starts and stops xinetd...
by Shawn L
Thu May 12, 2016 3:02 pm
Forum: Nagios XI
Topic: How to start xinetd after server reboot
Replies: 12
Views: 5403

Re: How to start xinetd after server reboot

The dsitro is RHEL 6.6.

In the message file, I saw lots of kernel IO errors. Could that be the problem?
by Shawn L
Thu May 12, 2016 7:57 am
Forum: Nagios XI
Topic: How to start xinetd after server reboot
Replies: 12
Views: 5403

Re: How to start xinetd after server reboot

But, in fact, the xinetd was not started after reboot. Do you have any idea what could cause this problem? This morning, another server was rebooted, and xinetd was not running on that server. [root@server ~]# service xinetd status xinetd dead but pid file exists [root@server ~]# service xinetd rest...
by Shawn L
Wed May 11, 2016 12:41 pm
Forum: Nagios XI
Topic: How to start xinetd after server reboot
Replies: 12
Views: 5403

How to start xinetd after server reboot

Hi, One of our servers was rebooted yesterday, but somehow the xinetd was not start after reboot. What can I do to make it automatically start each time after server reboot? Thanks in advance. Here is the output of chkconfig: ... xinetd 0:off 1:off 2:off 3:on 4:on 5:on 6:off ... xinetd based service...
by Shawn L
Mon May 02, 2016 9:54 am
Forum: Open Source Nagios Projects
Topic: What does retention.dat file do?
Replies: 1
Views: 2642

What does retention.dat file do?

Hi, I have a question regarding retention.dat file. I read the Main Configuration File Options web page about retention. For my understanding, once I stopped Nagios, the info about all hosts and services will be written into retention.dat, and once Nagios is started again, Nagios will read retention...
by Shawn L
Thu Apr 21, 2016 2:56 pm
Forum: Nagios XI
Topic: mysql backups in /store/backups/mysql/*
Replies: 4
Views: 1139

Re: mysql backups in /store/backups/mysql/*

Thank you for the help. The issue was resolved. I guess the reason was that we removed a script. Keep calling that script generated a lot of errors which filled out the database.
by Shawn L
Mon Apr 18, 2016 9:45 am
Forum: Nagios XI
Topic: mysql backups in /store/backups/mysql/*
Replies: 4
Views: 1139

Re: mysql backups in /store/backups/mysql/*

I looked into that directory. the backups usually as small as 100+MB. But yesterday, it created a backup more than 2 GB. Does anyone know what could cause this problem?

Thanks.
by Shawn L
Mon Apr 18, 2016 9:29 am
Forum: Nagios XI
Topic: mysql backups in /store/backups/mysql/*
Replies: 4
Views: 1139

mysql backups in /store/backups/mysql/*

Hi,

I saw there were lots of backups in /store/backups/mysql/ directory. Since we have very limited space in the /store/, we would like to clean up that directory. Is there a way we can change the path for those backups?

Thanks.