Search found 7 matches
- Tue Jun 20, 2017 4:04 pm
- Forum: Open Source Nagios Projects
- Topic: Change Email subject line order
- Replies: 1
- Views: 1150
Change Email subject line order
Hello Folks, I am looking for some guidance on how to change the subject line order. So it looks like the below. I am running Core 4.3.1. CRITICAL Service Alert: Server01 Server/Memory Usage is CRITICAL The problem is the majority of the tech when checking emails after hours are doing so via their c...
- Thu Feb 23, 2017 4:56 pm
- Forum: Open Source Nagios Projects
- Topic: Upgrade broke my web interface
- Replies: 5
- Views: 1941
Re: Upgrade broke my web interface
Thank this has fixed everything. Appreciate the quick turnaround.dwhitfield wrote:4.3.1 should be out shortly with the fix.
- Thu Feb 23, 2017 2:52 pm
- Forum: Open Source Nagios Projects
- Topic: Upgrade broke my web interface
- Replies: 5
- Views: 1941
Re: Upgrade broke my web interface
So I found another thread with potential fixes to this issue. I issued the below commands make install-webconf then attempted a restart on the Httpd service but it fails to come back up with the following error: Job for Httpd .service failed because the control process exited with error code. See &q...
- Thu Feb 23, 2017 2:09 pm
- Forum: Open Source Nagios Projects
- Topic: Problems on Core 4.3.0
- Replies: 44
- Views: 49027
Re: Problems on Core 4.3.0
It depends on what OS you are running, but some (potentially modified) version of the below. It's apache2 instead of httpd for Debian, for example. There's also no conf.d on Debian. https://support.nagios.com/kb/article.php?id=96 hasn't been rewritten for 4.3.0, but it may help give you some clues ...
- Thu Feb 23, 2017 2:02 pm
- Forum: Open Source Nagios Projects
- Topic: Upgrade broke my web interface
- Replies: 5
- Views: 1941
Upgrade broke my web interface
Hello Folks, I have inherited a Nagios monitoring system from a former colleague that was the Linux expert. I have been able to support this installation by adding servers and services since he has left. However I decided I needed some additional functionality so I upgraded from 4.0.8 to 4.3.0 by fo...
- Wed Jul 20, 2016 11:47 am
- Forum: Open Source Nagios Projects
- Topic: Service Monitoring Help
- Replies: 2
- Views: 1336
Re: Service Monitoring Help
I got this sorted. I guess a $ is a variable, in order to use a service name that contains a $ you must add a \ and an additional $
So my service goes from AOS60$01 > AOS60\$$01.
So my service goes from AOS60$01 > AOS60\$$01.
- Wed Jul 20, 2016 8:04 am
- Forum: Open Source Nagios Projects
- Topic: Service Monitoring Help
- Replies: 2
- Views: 1336
Service Monitoring Help
Hello Folks, I recently inherited a Nagios Core environment and am trying to get it up to par with our most recent critical servers. I am attempting to monitor a service AOS60$01 which is an Microsoft Dynamics AOS service. However after adding it to the services.cfg file I receive this error on the ...