Search found 12 matches
- Tue Mar 15, 2016 4:56 pm
- Forum: Open Source Nagios Projects
- Topic: I can longer add any new hosts to me check_mk config file
- Replies: 7
- Views: 2952
Re: I can longer add any new hosts to me check_mk config fil
confused_IT, did you have any further questions or may we lock this thread? Ha actually I just solved it. The problem was that the host I added was not in my dns. I added the record and the configuration worked. What an obscure message. Would have saved me hours of time if it just told me it couldn...
- Tue Mar 15, 2016 2:39 pm
- Forum: Open Source Nagios Projects
- Topic: I can longer add any new hosts to me check_mk config file
- Replies: 7
- Views: 2952
Re: I can longer add any new hosts to me check_mk config fil
I was hoping it was another site lol. Thanks away.hsmith wrote:Here is the only 'official' looking website for them I found: https://mathias-kettner.com/checkmk_sup ... tract.html
- Tue Mar 15, 2016 2:16 pm
- Forum: Open Source Nagios Projects
- Topic: I can longer add any new hosts to me check_mk config file
- Replies: 7
- Views: 2952
Re: I can longer add any new hosts to me check_mk config fil
Ok thanks for the heads up. Could you link me to that site pleasehsmith wrote:Unfortunately, we're not going to be able to provide support for check_mk as it is not our product. Have you attempted to use their support website?
- Tue Mar 15, 2016 11:57 am
- Forum: Open Source Nagios Projects
- Topic: I can longer add any new hosts to me check_mk config file
- Replies: 7
- Views: 2952
I can longer add any new hosts to me check_mk config file
All of a sudden, I can no longer add hosts to my check_mk file. If I add a host, save/quit the file, and run cmk -O or cmk -R, I get the following error: Generating configuration for core (type nagios)...Error creating configuration: global name 'configuration_warning' is not defined I don't know wh...
- Thu Jan 28, 2016 5:42 pm
- Forum: Open Source Nagios Projects
- Topic: Default check_mk checks - How to remove/disable them?
- Replies: 3
- Views: 7022
Re: Default check_mk checks - How to remove/disable them?
First, Can you enlighten us as to what version of nagios and check_mk you are using? Are you getting any errors when you load the User Interface? I'm currently using Nagios Core Version 4.1.1 The agents are using check-mk-agent-1.2.7i3p4-1.noarch.rpm No errors at all when I log into the web. At lea...
- Wed Jan 27, 2016 5:58 pm
- Forum: Open Source Nagios Projects
- Topic: Default check_mk checks - How to remove/disable them?
- Replies: 3
- Views: 7022
Default check_mk checks - How to remove/disable them?
I'm completely lost and unsure as to how this happened: I'm building up my own checks in my check_mk file. The checks works on my hosts. The appear fine on the web interface. I'm have nagios working (setup, email notifications etc) fine, so I figured it is ok now to add the rest of my environment to...
- Wed Mar 04, 2015 11:40 am
- Forum: Open Source Nagios Projects
- Topic: Help with service dependencies.
- Replies: 10
- Views: 4963
Re: Help with service dependencies.
Your configuration is correct. The problem lies in your service_Tomcat. This service needs to enter a HARD state before the dependencies take affect. For example if your service_Tomcat was: check_interval 5 retry_interval 1 max_check_attempts 5 AND your other services were: check_interval 1 retry_i...
- Thu Feb 12, 2015 12:48 pm
- Forum: Open Source Nagios Projects
- Topic: Help with service dependencies.
- Replies: 10
- Views: 4963
Re: Help with service dependencies.
Thanks, keep us informed on the status. Hi, could you redirect me to the check_mk support forums? I took a look at the all the forums, and i am unsure which one to post in. This task has been reduced to low priority since it is taking a lot of time, and it isn't essential, but i know i'm really clo...
- Tue Feb 10, 2015 11:19 am
- Forum: Open Source Nagios Projects
- Topic: Help with service dependencies.
- Replies: 10
- Views: 4963
Re: Help with service dependencies.
The setting for service_Tomcat need to be defined specifically in the service definition. For example (this is taken from a Nagios XI box but the settings are the same): define service { host_name 10.25.14.2 service_description CPU Usage use xiwizard_windowswmi_service check_command check_xi_servic...
- Mon Feb 09, 2015 1:34 pm
- Forum: Open Source Nagios Projects
- Topic: Help with service dependencies.
- Replies: 10
- Views: 4963
Re: Help with service dependencies.
Your configuration is correct. The problem lies in your service_Tomcat. This service needs to enter a HARD state before the dependencies take affect. For example if your service_Tomcat was: check_interval 5 retry_interval 1 max_check_attempts 5 AND your other services were: check_interval 1 retry_i...