Search found 46 matches
- Fri Feb 25, 2022 9:40 am
- Forum: Nagios XI
- Topic: Cleanup - Getting rid of old hosts that won't go away
- Replies: 1
- Views: 696
Cleanup - Getting rid of old hosts that won't go away
Hey everyone, So I've got a strange one that I've looked at off and on for a couple years now, and have just never had the time to really dig deep and find out why to clear out some old hosts which we no longer monitor. So a couple years ago before the pandemic we essentially split our company into ...
- Wed Jan 06, 2021 1:35 pm
- Forum: Nagios XI
- Topic: CCM responds with 500 error code on any CCM page
- Replies: 11
- Views: 31213
Re: CCM responds with 500 error code on any CCM page
Ok nevermind. It was the password. A newly generate password worked. I'm not sure which char it was that did it, but here's some of the character breakdowns: -Started with a '<' -Contained '<', '_', '+', '~' among other more common ones, but these are the oddballs that might have caught it. Can you ...
- Wed Jan 06, 2021 1:23 pm
- Forum: Nagios XI
- Topic: CCM responds with 500 error code on any CCM page
- Replies: 11
- Views: 31213
Re: CCM responds with 500 error code on any CCM page
Yeah sure, this seems like a more unique situation and not necessarily something that will benefit the community or board.
- Wed Jan 06, 2021 11:26 am
- Forum: Nagios XI
- Topic: CCM responds with 500 error code on any CCM page
- Replies: 11
- Views: 31213
Re: CCM responds with 500 error code on any CCM page
Ok so interestingly enough here's what I got. The nagios account hasn't been changed. This was a brand new system built just a few weeks ago with a fresh NagiosXI install, and then restored from backup from the old system. But when I try to su - nagios with no password, it just gives me invalid logi...
- Tue Jan 05, 2021 3:06 pm
- Forum: Nagios XI
- Topic: CCM responds with 500 error code on any CCM page
- Replies: 11
- Views: 31213
Re: CCM responds with 500 error code on any CCM page
Thank you tgriep. The logs did point out that the nagiosql password was not working. I did change all the passwords following this document: https://assets.nagios.com/downloads/nagiosxi/docs/Changing-Default-Passwords-in-Nagios-XI.pdf The document does work for the other accounts, but doesn't seem t...
- Tue Jan 05, 2021 11:21 am
- Forum: Nagios XI
- Topic: CCM responds with 500 error code on any CCM page
- Replies: 11
- Views: 31213
Re: CCM responds with 500 error code on any CCM page
Here you go. Thanks. How about that nagiosql failed login? ==> ssl_access_log <== 10.4.4.231 - - [05/Jan/2021:11:04:09 -0500] "GET /nagiosxi/includes/components/ccm/xi-index.php HTTP/1.1" 200 40281 ==> ssl_request_log <== [05/Jan/2021:11:04:09 -0500] 10.4.4.231 TLSv1.2 ECDHE-RSA-AES128-GCM...
- Mon Jan 04, 2021 2:04 pm
- Forum: Nagios XI
- Topic: CCM responds with 500 error code on any CCM page
- Replies: 11
- Views: 31213
Re: CCM responds with 500 error code on any CCM page
I found a bit more info. I was able to cheat my way onto the "Apply Configuration" page. And when pushing the config it says: Error: Invalid max_attempts, check_interval, retry_interval, or notification_interval value for service 'Server Drive C: Disk Usage TEST' on host 'OSCRDC01' Error: ...
- Mon Jan 04, 2021 12:24 pm
- Forum: Nagios XI
- Topic: CCM responds with 500 error code on any CCM page
- Replies: 11
- Views: 31213
CCM responds with 500 error code on any CCM page
Hey guys, So my problem is that whenever I load a CCM page I get an HTTP 500 error. It says "... is currently unable to handle the request". This happened after I deleted a Host (not using CCM *tisk on me*) using just the Host page > goto configure tab > click 'Delete Host'. Never done it ...
- Wed Oct 03, 2018 4:02 pm
- Forum: Nagios XI
- Topic: Migrating Nagios XI to diff domain: Email Notifications
- Replies: 9
- Views: 494
Re: Migrating Nagios XI to diff domain: Email Notifications
Good call! I can tell you right now that the event manager isn't processing the events. But there should be. I can see the host up/down states, high bandwidth utilization on some links. As I mentioned before we've got two Nagios servers. So I'm using the other one that's working to try to help deter...
- Wed Oct 03, 2018 2:33 pm
- Forum: Nagios XI
- Topic: Migrating Nagios XI to diff domain: Email Notifications
- Replies: 9
- Views: 494
Re: Migrating Nagios XI to diff domain: Email Notifications
Yeah, you were right. The host and service notification handler commands are being inherited to each contact through a template. And seems to be the same way in both systems. Most of our stuff is built that way, to apply to the broadest scope as frequently as possible so as to keep it simple to edit...