DoneBox293 wrote:Reply to this thread when you have done this
Search found 11 matches
- Fri Oct 30, 2015 2:19 am
- Forum: Nagios XI
- Topic: Host and services still showing but don't exist in CCM - Lou
- Replies: 14
- Views: 1504
Re: Host and services still showing but don't exist in CCM -
- Thu Oct 29, 2015 11:03 pm
- Forum: Nagios XI
- Topic: Host and services still showing but don't exist in CCM - Lou
- Replies: 14
- Views: 1504
Re: Host and services still showing but don't exist in CCM -
Before we do a ticket, can you check for multiple nagios processes? What is the output of ps -ef | grep bin/nagios ? [root@nagios ~]# ps -ef | grep bin/nagios nagios 6622 13445 0 15:00 ? 00:00:00 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg root 6868 6732 0 15:00 pts/0 00:00:00 ...
- Wed Oct 28, 2015 8:22 pm
- Forum: Nagios XI
- Topic: Host and services still showing but don't exist in CCM - Lou
- Replies: 14
- Views: 1504
Re: Host and services still showing but don't exist in CCM -
Maybe they are in the retention.dat file. Can you upload this file so we can review it? /usr/local/nagios/var/retention.dat They are - this was already covered though in my previous thread that got split :| I stopped Nagios, removed them, started Nagios, they were gone, clicked Apply Config in CCM ...
- Wed Oct 28, 2015 10:10 am
- Forum: Nagios XI
- Topic: Host and services still showing but don't exist in CCM - Lou
- Replies: 14
- Views: 1504
Re: Host and services still showing but don't exist in CCM
Run this command and see if it returns anything: echo "select * from tbl_service where service_description like '%PIPE Peering Link - Brisbane Status%' \G;" | mysql -pnagiosxi nagiosql [root@nagios ~]# echo "select * from tbl_service where service_description like '%PIPE Peering Link...
- Wed Oct 28, 2015 9:54 am
- Forum: Nagios XI
- Topic: Host and services still showing but don't exist in CCM - av6
- Replies: 15
- Views: 1111
Re: Host and services still showing but don't exist in CCM
Can you also run these two commands and report back: grep -R 'Brisbane CORE Router' /usr/local/nagios/etc/ echo "select * from tbl_host where host_name like 'Brisbane CORE Router' \G;" | mysql -pnagiosxi nagiosql [root@nagios ~]# grep -R 'Brisbane CORE Router' /usr/local/nagios/etc/ /usr/...
- Wed Oct 28, 2015 12:09 am
- Forum: Nagios XI
- Topic: Host and services still showing but don't exist in CCM - av6
- Replies: 15
- Views: 1111
Re: Host and services still showing but don't exist in CCM
Another place to look for that host is in the retention.dat file. It may have been corrupted when the system's drive filled up. Here is where the file is located on the system. /usr/local/nagios/var/retention.dat Open it up and search for that host. If it is in there, stop the nagios process servic...
- Mon Oct 26, 2015 1:15 am
- Forum: Nagios XI
- Topic: Host and services still showing but don't exist in CCM - Lou
- Replies: 14
- Views: 1504
Re: Host and services still showing but don't exist in CCM
Total Warnings: 5 Total Errors: 0 The 5 warnings are all completely unrelated to the hosts and services still showing, but I'll fix them up anyway. When I apply config: Command submitted for processing... Waiting for configuration verification............. Configuration applied successfully. Success...
- Mon Oct 26, 2015 12:51 am
- Forum: Nagios XI
- Topic: Host and services still showing but don't exist in CCM - Lou
- Replies: 14
- Views: 1504
Re: Host and services still showing but don't exist in CCM
You deleted it from the CCM (database), it is NOT defined in the "static" directory, but it still shows up in the web UI, correct? I believe that's correct -- where is the "static" directory so I can check that? I tried the steps outlined in that FAQ for "Host Still Visible...
- Thu Oct 22, 2015 5:53 am
- Forum: Nagios XI
- Topic: Host and services still showing but don't exist in CCM - Lou
- Replies: 14
- Views: 1504
Host and services still showing but don't exist in CCM - Lou
Hi there, Running Nagios XI 2012R2.9. [root@nagios ~]# cat /proc/version Linux version 2.6.32-431.5.1.el6.x86_64 (mockbuild@c6b10.bsys.dev.centos.org) (gcc version 4.4.7 20120313 (Red Hat 4.4.7-4) (GCC) ) #1 SMP Wed Feb 12 00:41:43 UTC 2014 It's been a while since I set it up but I'm pretty sure I u...
Re: Addons
AH, makes perfect sense. Thank you 