[icinga-users] https url monitoring failed

2017-06-20 Thread Umar Draz
Hello I want to monitor my website which is basically running with only https I have tried this object Host "mysite.com" { address = "mysite.com" check_command = "http" vars.http_vhosts["www.mysite.com"] = { http_uri = "/" } vars.http_ssl="1" } Here is the service warnin

Re: [icinga-users] https url monitoring failed

2017-06-21 Thread Umar Draz
Hi Gerald Thanks for the help. Regards On Wed, Jun 21, 2017 at 9:43 AM, Gerald Vogt wrote: > On 21.06.17 03:42, Umar Draz wrote: > >> Hello >> > > Please don't use html to post on public lists. It can get really ugly... > Use text mode only. > > I want to

[icinga-users] Icinga service failed

2017-06-21 Thread Umar Draz
Hi I have installed icinga2 on Centos 7, but it is unable to start here is the service status ● icinga2.service - Icinga host/service/network monitoring system Loaded: loaded (/usr/lib/systemd/system/icinga2.service; enabled; vendor preset: disabled) Active: failed (Result: exit-code) sinc

Re: [icinga-users] Icinga service failed

2017-06-21 Thread Umar Draz
Hi Alexander Thanks for this On Wed, Jun 21, 2017 at 2:17 PM, Alexander Wirt wrote: > On Wed, 21 Jun 2017, Umar Draz wrote: > > > Hi > > > > I have installed icinga2 on Centos 7, but it is unable to start here is > the > > service status > This is probabl

Re: [icinga-users] https url monitoring failed

2017-06-22 Thread Umar Draz
rds On Wed, Jun 21, 2017 at 9:43 AM, Gerald Vogt wrote: > On 21.06.17 03:42, Umar Draz wrote: > >> Hello >> > > Please don't use html to post on public lists. It can get really ugly... > Use text mode only. > > I want to monitor my website which is basically

Re: [icinga-users] https url monitoring failed

2017-06-22 Thread Umar Draz
No Luck, I think there is something else that is not documented or missing. Br On Thu, Jun 22, 2017 at 4:56 PM, wrote: > > Please try http_ssl = true instead of "1" and test it again. > > BR, > Marcel > *Gesendet:* Donnerstag, 22. Juni 2017 um 13:50 Uhr > *Von

Re: [icinga-users] https url monitoring failed

2017-06-22 Thread Umar Draz
ogle will not do anything wrong with format BR On Thu, Jun 22, 2017 at 5:29 PM, Antony Stone < antony.st...@icinga.open.source.it> wrote: > On Thursday 22 June 2017 at 14:20:59, Umar Draz wrote: > > > No Luck, > > > > I think there is something else that is not doc

Re: [icinga-users] https url monitoring failed

2017-06-22 Thread Umar Draz
Here is apply Service for (http_vhost => config in host.vars.http_vhosts) { import "generic-service" check_command = "http" vars += config } BR On Thu, Jun 22, 2017 at 5:48 PM, Antony Stone < antony.st...@icinga.open.source.it> wrote: > On Thursday 22

Re: [icinga-users] https url monitoring failed

2017-06-22 Thread Umar Draz
ursday 22 June 2017 at 14:52:08, Umar Draz wrote: > > > Here is > > > > apply Service for (http_vhost => config in host.vars.http_vhosts) { > >import "generic-service" > >check_command = "http" > >vars += config > > } &g

Re: [icinga-users] https url monitoring failed

2017-06-22 Thread Umar Draz
Did you find anything wrong with my configuration? Br On Thu, Jun 22, 2017 at 5:59 PM, Antony Stone < antony.st...@icinga.open.source.it> wrote: > On Thursday 22 June 2017 at 14:52:08, Umar Draz wrote: > > > Here is > > > > apply Service for (http_vhost =>

Re: [icinga-users] https url monitoring failed

2017-06-22 Thread Umar Draz
simply disabled ping on my server. now host again marked as down. because this "generic-host" doing ping4 I want simply a website monitoring solution not these host, vost or ping checking BR On Thu, Jun 22, 2017 at 7:24 PM, Antony Stone < antony.st...@icinga.open.source.it> wrote:

Re: [icinga-users] https url monitoring failed

2017-06-22 Thread Umar Draz
uot;/elab" http_ssl = "true" } } Now I am getting this HTTP WARNING: HTTP/1.1 404 Not Found - 196 bytes in 0.430 seconds response time what is the the wrong with On Thu, Jun 22, 2017 at 8:07 PM, Gerald Vogt wrote: > On 22.06.17 16:58, Umar Draz wrote: > >&g

Re: [icinga-users] https url monitoring failed

2017-06-22 Thread Umar Draz
0.256 second response time Why? On Thu, Jun 22, 2017 at 9:10 PM, Antony Stone < antony.st...@icinga.open.source.it> wrote: > On Thursday 22 June 2017 at 17:57:08, Umar Draz wrote: > > > Ok thanks for this dummy check. > > > > One more issue > > > > I ha

Re: [icinga-users] https url monitoring failed

2017-06-22 Thread Umar Draz
Hi Gerald and Antony Thanks this was really helpfull :) BR Umar On Fri, Jun 23, 2017 at 1:02 AM, Gerald Vogt wrote: > Again, please don't use HTML mails. Your "curl -I" looks very much like > "curl -l" if you use HTML... > > On 22.06.17 20:23, Umar Dr