Search found 970 matches

by mmestnik
Thu Oct 21, 2010 10:36 am
Forum: Nagios XI
Topic: check_http follow redirect error
Replies: 7
Views: 1102

Re: check_http follow redirect error

This is two requests, so you have to run two check commands. Have one check_http looking for the redirect and another that is not redirected looking for your string.
by mmestnik
Wed Oct 20, 2010 11:26 am
Forum: Nagios XI
Topic: How to change notification intervals in wizard made host
Replies: 5
Views: 1313

Re: How to change notification intervals in wizard made host

The values might not be inherited, there are no defaults. I guess you could say that a root template is one that is not using any other template. If you follow a template's creation back to all of it's root templates and you can't find the setting then it's possible that the only place this is set i...
by mmestnik
Wed Oct 20, 2010 11:18 am
Forum: Nagios XI
Topic: Creating service templates
Replies: 7
Views: 2060

Re: Creating service templates

Another problem with the CCM to keep in mind is that services are listed by description and *file name, not by host name. So looking for a service belonging to a specific host can be time consuming. * Where file name is the name of the file the service is defined in or was uploaded as. There is no u...
by mmestnik
Wed Oct 20, 2010 11:13 am
Forum: Nagios XI
Topic: check_http plugin
Replies: 5
Views: 1951

Re: check_http plugin

Yes, because of special carecters this may not pass through a shell. You will have to use proper escaping.

There will be several versions of the same URL each used in diffrent situations, but all having the same effect.
by mmestnik
Wed Oct 20, 2010 10:55 am
Forum: Nagios XI
Topic: Upgrade
Replies: 28
Views: 2018

Re: Upgrade

http://exchange.nagios.org/directory/Documentation/Nagios-XI-Documentation/Manual-Installation-Instructions-for-Nagios-XI/details OR http://exchange.nagios.org/directory/Tutorials/Nagios-XI-Tutorials/Using-the-Nagios-XI-Virtual-Machine-With-VMware/details http://exchange.nagios.org/directory/Docume...
by mmestnik
Wed Oct 20, 2010 10:48 am
Forum: Nagios XI
Topic: NAGIOSXI
Replies: 23
Views: 1064

Re: NAGIOSXI

I'm text centric, but you can zip anything and attach that to this forum. I don't follow images at all, other then text that can't be copied or manipulated they are lost on me... I'd rather have the HTML source contaned in a code markup, at least then I can copy and edit things.
by mmestnik
Wed Oct 20, 2010 10:37 am
Forum: Nagios XI
Topic: Ongoing CCM Problems
Replies: 11
Views: 1204

Re: Ongoing CCM Problems

Looks like this script is working fine, it's the NagiosQL part that's not being performed properly. Back up and try to get NagiosQL setup and configured properly, that is the error lies in an earlier step. As suggested something with mysql. Can you enlighten us as to how you configured your proxy an...
by mmestnik
Wed Oct 20, 2010 10:27 am
Forum: Nagios XI
Topic: Network Status Map not displayed
Replies: 9
Views: 517

Re: Network Status Map not displayed

That log indecates the contents of the about section, not an active web request. It's stating it's own homepage for infermational purposes. As for https there are a number of other users who have ventured into this area. Look on this forum for more information. You need to allow resuests to http://1...
by mmestnik
Wed Oct 20, 2010 10:21 am
Forum: Nagios XI
Topic: Upgrade
Replies: 28
Views: 2018

Re: Upgrade

Part of the problem here is that pkgs from Chris Lea's yum repository conflict with packages from other repositories. In order to use this repo you may need to replace any pkgs from other reps, like I did for SQlite. It would be far better to avoid this repository. The problems you face are mainly w...
by mmestnik
Tue Oct 19, 2010 2:34 pm
Forum: Nagios XI
Topic: How to change notification intervals in wizard made host
Replies: 5
Views: 1313

Re: How to change notification intervals in wizard made host

This is what templates are for. I'm unsure of how the wizard you are using does it's templates, however you can put templates to use for you. For each setting(or group of settings) you want make or use a template. By setting I mean a key->value pair. To have this template's value over-ride a host or...