Search found 8 matches

by mello
Mon Oct 03, 2016 3:24 pm
Forum: Open Source Nagios Projects
Topic: Host member not displayed in group, but Nagios starts
Replies: 5
Views: 2778

Re: Host member not displayed in group, but Nagios starts

Will upgrade and test. Thanks for your reply.
by mello
Mon Oct 03, 2016 12:49 pm
Forum: Open Source Nagios Projects
Topic: Host member not displayed in group, but Nagios starts
Replies: 5
Views: 2778

Re: Host member not displayed in group, but Nagios starts

And, just to clarify:

I think if there are missing hosts in a group, that should be flagged. In my case, caused by my misspelling :roll:
by mello
Mon Oct 03, 2016 11:06 am
Forum: Open Source Nagios Projects
Topic: Host member not displayed in group, but Nagios starts
Replies: 5
Views: 2778

Host member not displayed in group, but Nagios starts

Sorry if not the right place and if has been discussed - I couldn't find with my searches, but we never know. I've noticed that, because my bad English grammar, three of the cameras I was monitoring via ping weren't showing in the group, although I could see them as hosts. Problem was that I've miss...
by mello
Mon Jun 20, 2016 1:10 pm
Forum: Open Source Nagios Projects
Topic: [RESOLVED] check_http - why authentication fails on some
Replies: 9
Views: 16281

Re: check_http - why authentication fails on some and not ot

I'm good and appreciated the extra thoughts and efforts :)

Don't see from the reply how to mark it as resolved, so will check after posting. If you don't see it changed, could you please change on your end?

Again thank you for all your help!
by mello
Mon Jun 20, 2016 12:53 pm
Forum: Open Source Nagios Projects
Topic: [RESOLVED] check_http - why authentication fails on some
Replies: 9
Views: 16281

Re: check_http - why authentication fails on some and not ot

I think what's happening here is just differences in philosophy. While some would allow access to the GUI and require authentication to access the actual configuration options (line some ddrt or Arys routers) others will require authentication to access the GUI (pfsense) - using routers as example a...
by mello
Mon Jun 20, 2016 12:00 pm
Forum: Open Source Nagios Projects
Topic: [RESOLVED] check_http - why authentication fails on some
Replies: 9
Views: 16281

Re: check_http - why authentication fails on some and not ot

Sure: -------------- BOF ---------------- [root@nagios config]# curl 10.10.10.182 -vvv * About to connect() to 10.10.10.182 port 80 (#0) * Trying 10.10.10.182... * Connected to 10.10.10.182 (10.10.10.182) port 80 (#0) > GET / HTTP/1.1 > User-Agent: curl/7.29.0 > Host: 10.10.10.182 > Accept: */* > * ...
by mello
Mon Jun 20, 2016 11:38 am
Forum: Open Source Nagios Projects
Topic: [RESOLVED] check_http - why authentication fails on some
Replies: 9
Views: 16281

Re: check_http - why authentication fails on some and not ot

Thank you for your quick reply and lesson today :) Another clear case of RTFM on my part. So to pass variables to the commands I had to "say" to it by adding the exclamation mark to delimit the start of the arguments to be used and that was it ... Now using check_html!-a username:password ...
by mello
Mon Jun 20, 2016 9:36 am
Forum: Open Source Nagios Projects
Topic: [RESOLVED] check_http - why authentication fails on some
Replies: 9
Views: 16281

[RESOLVED] check_http - why authentication fails on some

Good morning, I'm trying to self learn Linux and have a home lab with couple CentOS servers, one running virtualbox. After playing around felt the need of a tool to monitor my applications and servers and came across Nagios, so new to Linux and to Nagios (great combination). Monitoring the servers w...