Search found 14 matches

by warhansen
Mon Dec 05, 2016 3:09 am
Forum: Open Source Nagios Projects
Topic: See full request for check_http
Replies: 4
Views: 2991

Re: See full request for check_http

Hi,

So it turns out HA Proxy was screwing around. I had to create a curl script to do the check for me.

Thank you.

Warren.
by warhansen
Mon Dec 05, 2016 3:05 am
Forum: Open Source Nagios Projects
Topic: check_http for value more than
Replies: 5
Views: 2104

Re: check_http for value more than

You can mark as resolved, thanks.
by warhansen
Wed Nov 23, 2016 7:37 am
Forum: Open Source Nagios Projects
Topic: See full request for check_http
Replies: 4
Views: 2991

See full request for check_http

Hi, So we recently started getting all our sites on to SSL. We are using HAproxy in the front. When I do a request to HAproxy I see the request coming in, but no response is being received. Is there a way to show the full string check_http -S --sni -H xxx.xxx.xxx -u /stuff/ is sending? When I use -v...
by warhansen
Wed Nov 23, 2016 7:34 am
Forum: Open Source Nagios Projects
Topic: check_http for value more than
Replies: 5
Views: 2104

Re: check_http for value more than

OK, It thought so.

Thank you,
by warhansen
Tue Nov 22, 2016 5:17 am
Forum: Open Source Nagios Projects
Topic: check_http for value more than
Replies: 5
Views: 2104

check_http for value more than

Hi, I want to run a http_check that checks a website, gets a return value and I want to make sure that value is above X. We are doing a balance enquiry against one of our Applications, and we need to make sure the balance never goes below eg 500. I see there is a option for regular expressions, so I...
by warhansen
Tue Nov 22, 2016 5:09 am
Forum: Open Source Nagios Projects
Topic: Define plugins - help
Replies: 3
Views: 1671

Re: Define plugins - help

Hi, This is a bit late but you can close this, I now understand the "waterfall" of Nagios.
by warhansen
Fri Nov 04, 2016 2:56 am
Forum: Open Source Nagios Projects
Topic: MNTOS date not correct
Replies: 8
Views: 2547

Re: MNTOS date not correct

@rkennedy, This (the php.ini edit) fixed it! Awesome, thanks. :lol:

You can mark this as solved.
by warhansen
Thu Nov 03, 2016 5:28 am
Forum: Open Source Nagios Projects
Topic: MNTOS date not correct
Replies: 8
Views: 2547

Re: MNTOS date not correct

do you mean I should change it to:

Code: Select all

$nowtime = date_default_timezone_set("s");
Tried that now but it didnt make a difference.

Thanks.
by warhansen
Wed Nov 02, 2016 4:55 am
Forum: Open Source Nagios Projects
Topic: MNTOS date not correct
Replies: 8
Views: 2547

Re: MNTOS date not correct

With regards to: but please set date.timezone to select your timezone. in /opt/mntos-1.0/www/index.php on line 112 I did try this, and it didn't make a difference, I changed: $nowtime = date("s"); to $nowtime = date.timezone("s"); but it didn't make a difference. Thanks
by warhansen
Wed Nov 02, 2016 4:48 am
Forum: Open Source Nagios Projects
Topic: MNTOS date not correct
Replies: 8
Views: 2547

Re: MNTOS date not correct

[Wed Nov 02 09:09:06.781883 2016] [:error] [pid 2733] [client 172.21.1.50:64810] PHP Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and ...