Search found 24 matches
- Mon Jan 26, 2015 7:36 am
- Forum: Nagios XI
- Topic: The last update check failed.
- Replies: 5
- Views: 433
Re: The last update check failed.
This is the output of tail -50 /var/log/httpd/error_log [root@rikcentos-rnh01 ~]# tail -50 /var/log/httpd/error_log [Sun Jan 25 03:41:02 2015] [notice] Digest: generating secret for digest authentication ... [Sun Jan 25 03:41:02 2015] [notice] Digest: done [Sun Jan 25 03:41:02 2015] [notice] Apache/...
- Thu Jan 22, 2015 2:29 am
- Forum: Nagios XI
- Topic: The last update check failed.
- Replies: 5
- Views: 433
Re: The last update check failed.
The CentOS/XI2014 server has no proxy confihured.
The Redhat/XI2012 server has proxy configured for http and https.
On both servers i can wget from nagios!!
So i think proxy is no issue here.
The Redhat/XI2012 server has proxy configured for http and https.
On both servers i can wget from nagios!!
So i think proxy is no issue here.
- Wed Jan 21, 2015 7:21 am
- Forum: Nagios Fusion
- Topic: Backup and Restore
- Replies: 1
- Views: 268
Backup and Restore
Hi everyone, We have built a new Fusion server. The old-one was 2012 version with Redhat Linux. The new one is 2014 version with CentOS. Everything works fine now, but we found a bug in the fusion restore script. The backup script creates a tar.gz file containing the backup. The older versions creae...
- Wed Jan 21, 2015 6:52 am
- Forum: Nagios XI
- Topic: The last update check failed.
- Replies: 5
- Views: 433
The last update check failed.
Hi everyone, We have an update-check issue on several XI servers. On login on the UI XI checks for updates. On the admin screen there is a message saying: The last update check failed. When trying to check for updates in "Manage Components" or "Manage Config Wizards" there is ano...
- Wed Nov 12, 2014 5:54 am
- Forum: Nagios XI
- Topic: duplicate config file!!!!
- Replies: 4
- Views: 332
Re: duplicate config file!!!!
There is only one host spozei-odysseus in CCM. The two service files are identical [root@hosted-rhn01 services]# ll *ody* -rw-rw-r-- 1 apache nagios 18149 Nov 12 10:54 spozei-odysseus .cfg -rw-rw-r-- 1 apache nagios 18149 Nov 12 10:54 spozei-odysseus.cfg [root@hosted-rhn01 services]# diff spozei-ody...
- Tue Nov 11, 2014 7:47 am
- Forum: Nagios XI
- Topic: duplicate config file!!!!
- Replies: 4
- Views: 332
duplicate config file!!!!
When changing or adding services nagios is restarted and generates warnings. There are warnings about duplicate services for one of our hosts :spozei-odysseus When checking the services directory i see that somehow we managed to create two config files for this host. the first one is the regular fil...
- Mon Nov 03, 2014 5:23 am
- Forum: Nagios XI
- Topic: check_files.pl failing after XI update from 2012 to 2014
- Replies: 13
- Views: 807
Re: check_files.pl failing after XI update from 2012 to 2014
Using the backslash as an escape character for the asterisk in the command does the trick!! It is very frustrating however to have to spend so much time and energy in finding out such a (relatively) simple solution. Can you please explain to me where the problem came from? Was it the OS updates, or ...
- Fri Oct 31, 2014 1:44 am
- Forum: Nagios XI
- Topic: check_files.pl failing after XI update from 2012 to 2014
- Replies: 13
- Views: 807
Re: check_files.pl failing after XI update from 2012 to 2014
@lmiltchev
The first occurrence of $ARG1$ is within a quoted string and is purely a label for readability.
I have tested with the first occurence removed but this has no effect whatsoever.
The first occurrence of $ARG1$ is within a quoted string and is purely a label for readability.
I have tested with the first occurence removed but this has no effect whatsoever.
- Thu Oct 30, 2014 7:02 am
- Forum: Nagios XI
- Topic: check_files.pl failing after XI update from 2012 to 2014
- Replies: 13
- Views: 807
Re: check_files.pl failing after XI update from 2012 to 2014
@sreinhardt I've added the verbose option and got too much output. I looked in the script and remarked one output line out. Now i can see that the ssh part is not the problem. The ssh call returns all the (remote)files that are present in the requested directory. The strange thing is that all the li...
- Thu Oct 30, 2014 2:54 am
- Forum: Nagios XI
- Topic: check_files.pl failing after XI update from 2012 to 2014
- Replies: 13
- Views: 807
Re: check_files.pl failing after XI update from 2012 to 2014
@lmiltchev These are the command en service defs. define command { command_name check_xi_backup_age command_line $USER1$/check_files.pl -L "XI Backup $ARG1$" -H 192.168.254.103 -D /data/$ARG1$ -F $ARG2$ -w $ARG3$ -c $ARG4$ --age $ARG5$ -f } define service { host_name detvee-monrsync-cluste...