Search found 10 matches

by meatzie
Tue Nov 21, 2017 9:10 am
Forum: Nagios XI
Topic: no hosts and/or service_description After Bulk Modify
Replies: 10
Views: 1011

Re: no hosts and/or service_description After Bulk Modify

Also, it seems that service templates are lost when using the bulk modification tool to add services to hosts as well. While the modification tool mentions that, ** Parent, contact, and group relationships will not be copied ** It should probably also mention that templates will not be copied either...
by meatzie
Tue Nov 21, 2017 6:46 am
Forum: Nagios XI
Topic: no hosts and/or service_description After Bulk Modify
Replies: 10
Views: 1011

Re: no hosts and/or service_description After Bulk Modify

So I was able to get this done by adding a host to each of the services and then performing the same operation I had before with the bulk modification tool. It worked fine this way, but I feel like this is an unnecessary and vague workaround for something that should otherwise work just fine. I can ...
by meatzie
Mon Nov 20, 2017 11:38 am
Forum: Nagios XI
Topic: no hosts and/or service_description After Bulk Modify
Replies: 10
Views: 1011

Re: no hosts and/or service_description After Bulk Modify

OK, with no pending changes this is the output of the verification. Nagios Core 4.2.4 Copyright (c) 2009-present Nagios Core Development Team and Community Contributors Copyright (c) 1999-2009 Ethan Galstad Last Modified: 12-07-2016 License: GPL Website: https://www.nagios.org Reading configuration ...
by meatzie
Fri Nov 17, 2017 7:10 am
Forum: Nagios XI
Topic: no hosts and/or service_description After Bulk Modify
Replies: 10
Views: 1011

Re: no hosts and/or service_description After Bulk Modify

I am currently on Nagios 5.4.11 and Bulk Modifications tool is up to date at 2.1.5.
by meatzie
Thu Nov 16, 2017 6:27 am
Forum: Nagios XI
Topic: no hosts and/or service_description After Bulk Modify
Replies: 10
Views: 1011

Re: no hosts and/or service_description After Bulk Modify

OK, I reverted and selected a few services and a few hosts. Got the same result, same error message.
by meatzie
Wed Nov 15, 2017 8:58 am
Forum: Nagios XI
Topic: no hosts and/or service_description After Bulk Modify
Replies: 10
Views: 1011

no hosts and/or service_description After Bulk Modify

Hello, I used the bulk modification tool to copy a few services to many hosts via a hostgroup. When I try to apply the changes, I get an error stating that Error: Service has no hosts and/or service_description (config file '/usr/local/nagios/etc/services/server_name.cfg', starting on line 87) It lo...
by meatzie
Wed Sep 06, 2017 8:25 am
Forum: Nagios XI
Topic: Check_http with authentication failing
Replies: 7
Views: 1345

Re: Check_http with authentication failing

Looks like I solved that bit myself. That script uses a short open tag ("<?" instead of "<?php") which can be made to work if you enable short tags. However they are depreciated so I just modified the script. This is working fine for me now and the check does what I need. Thanks ...
by meatzie
Wed Sep 06, 2017 8:05 am
Forum: Nagios XI
Topic: Check_http with authentication failing
Replies: 7
Views: 1345

Re: Check_http with authentication failing

Thanks,

I had actually found that one and was trying to get it to work but for some reason all I can get it to do is write the content of the script to the console, not actually run.
by meatzie
Fri Sep 01, 2017 1:34 pm
Forum: Nagios XI
Topic: Check_http with authentication failing
Replies: 7
Views: 1345

Re: Check_http with authentication failing

I'm still looking for a way to access those logs, but I think I noticed something in my first post. It looks like the server is responding asking for Digest Authentication instead of Basic. Does the native check_http plugin support digest authentication at all?
by meatzie
Fri Sep 01, 2017 7:03 am
Forum: Nagios XI
Topic: Check_http with authentication failing
Replies: 7
Views: 1345

Check_http with authentication failing

Hello, I've got an old AudioCode box that I'd like to get proper http monitoring on through Nagio but I'm running into one hell of a time getting the basic authentication to work. The username and password are correct and I'm pretty positive from the response that this server is using basic auth. I'...