CCM Issue

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
User avatar
benhank
Posts: 1264
Joined: Tue Apr 12, 2011 12:29 pm

CCM Issue

Post by benhank »

This is a bit strange.
I have a host template that, does not display a legitimate Contact group as a selectable option.
.nagiosxiccm.JPG
However If I look at the same HT in legacy CCM the contact group is there and selectable.
nagios CCM.JPG
After saving the HT via Legacy CCM, and clicking the Yellow I dependency check icon in LCCM the CG is there.
ccmi.JPG

I the click on the same HT in CCM and look at Alert Settings/Contact groups, the contact group still isn't there.


BUT when I click on the blue dependency check icon in CCM, the contact group is listed.
You do not have the required permissions to view the files attached to this post.
Proudly running:
NagiosXI 5.4.12 2 node Prod Env 2500 hosts, 13,000 services
Nagiosxi 5.5.7(test env) 2500 hosts, 13,000 services
Nagios Logserver 2 node Prod Env 500 objects sending
Nagios Network Analyser
Nagios Fusion
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: CCM Issue

Post by sreinhardt »

thats a strange one man, are you getting any errors if you tail mysql and apache logs when viewing that screen?

Code: Select all

tail -f /var/log/mysqld.log
tail -f /var/log/httpd/access_log
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
User avatar
benhank
Posts: 1264
Joined: Tue Apr 12, 2011 12:29 pm

Re: CCM Issue

Post by benhank »

couldn't tell yah, I just hosed the server, and am reinstalling centos and nagios from scratch, that should fix it.

Code: Select all

[root@LkennagiosP01 ~]# tail -f /var/log/mysqld.log
131104 13:05:19 [ERROR] /usr/libexec/mysqld: Sort aborted
131104 13:05:19 [ERROR] /usr/libexec/mysqld: Sort aborted
131104 13:05:19 [ERROR] /usr/libexec/mysqld: Sort aborted
131104 13:05:19 [ERROR] /usr/libexec/mysqld: Sort aborted
131104 13:05:26 [ERROR] /usr/libexec/mysqld: Sort aborted
131104 13:05:26 [ERROR] /usr/libexec/mysqld: Sort aborted
131104 13:05:29 [ERROR] /usr/libexec/mysqld: Sort aborted
131104 13:05:29 [ERROR] /usr/libexec/mysqld: Sort aborted
131104 13:05:29 [ERROR] /usr/libexec/mysqld: Sort aborted
131104 13:05:29 [ERROR] /u
and the other one doesn't have any errors
Last edited by benhank on Mon Nov 25, 2013 2:48 pm, edited 1 time in total.
Proudly running:
NagiosXI 5.4.12 2 node Prod Env 2500 hosts, 13,000 services
Nagiosxi 5.5.7(test env) 2500 hosts, 13,000 services
Nagios Logserver 2 node Prod Env 500 objects sending
Nagios Network Analyser
Nagios Fusion
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: CCM Issue

Post by sreinhardt »

you're killing me man, gotta keep those strange issues around for testing! :D Let us know how it goes, I'll be sure to check back.
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
User avatar
benhank
Posts: 1264
Joined: Tue Apr 12, 2011 12:29 pm

Re: CCM Issue

Post by benhank »

I was kidding about hosing the system
Proudly running:
NagiosXI 5.4.12 2 node Prod Env 2500 hosts, 13,000 services
Nagiosxi 5.5.7(test env) 2500 hosts, 13,000 services
Nagios Logserver 2 node Prod Env 500 objects sending
Nagios Network Analyser
Nagios Fusion
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: CCM Issue

Post by slansing »

Does the contact group show up when you click the blue diskette "save" icon next to it's name in the CCM, is it in the flat configuration file? Is this contact group defined in a static configuration?
User avatar
benhank
Posts: 1264
Joined: Tue Apr 12, 2011 12:29 pm

Re: CCM Issue

Post by benhank »

I would have added these yesterday, but the attachment limit is 3 files.
I und know/understand what you mean about static and dynamic files.
XIccm2.JPG
.nagiosxiccm.JPG
You do not have the required permissions to view the files attached to this post.
Proudly running:
NagiosXI 5.4.12 2 node Prod Env 2500 hosts, 13,000 services
Nagiosxi 5.5.7(test env) 2500 hosts, 13,000 services
Nagios Logserver 2 node Prod Env 500 objects sending
Nagios Network Analyser
Nagios Fusion
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: CCM Issue

Post by lmiltchev »

Do you have any errors in the apache error log when you try to access this page?

Code: Select all

tail -f /var/log/httpd/error_log
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked