Search found 6 matches
- Wed May 10, 2017 2:07 am
- Forum: Open Source Nagios Projects
- Topic: Website URL monitoring for site hosted on IIS windows 2012
- Replies: 13
- Views: 7714
Re: Website URL monitoring for site hosted on IIS windows 20
Hi Team I have tried with below options with check_website plugin. Even for this also we get HTTPS/HTTP unknown for both port 80 and 443 In commands.cfg: define command{ command_name check_website4 command_line $USER1$/check_website -p $ARG1$ -u $ARG2$ -s -w 500 -c 1000 '$HOSTADDRESS$' } In your mon...
- Wed May 03, 2017 8:24 am
- Forum: Open Source Nagios Projects
- Topic: Website URL monitoring for site hosted on IIS windows 2012
- Replies: 13
- Views: 7714
Re: Website URL monitoring for site hosted on IIS windows 20
hi tacolover101
Do I need add the hsotname in windows server etc/host
Thanks
Edwin
Do I need add the hsotname in windows server etc/host
Thanks
Edwin
- Wed May 03, 2017 8:23 am
- Forum: Open Source Nagios Projects
- Topic: Website URL monitoring for site hosted on IIS windows 2012
- Replies: 13
- Views: 7714
Re: Website URL monitoring for site hosted on IIS windows 20
hi
I have already defined the host name with my LLB url name
Thanks
Edwin
I have already defined the host name with my LLB url name
Thanks
Edwin
- Tue May 02, 2017 4:16 am
- Forum: Open Source Nagios Projects
- Topic: Website URL monitoring for site hosted on IIS windows 2012
- Replies: 13
- Views: 7714
Re: Website URL monitoring for site hosted on IIS windows 20
When I try with Wget I am getting the below message
--2017-05-02 09:13:15-- wget https://xxx.net/tala
Resolving xxx.net (xxx.net)... failed: Name or service not known.
wget: unable to resolve host address âxxx.netâ
--2017-05-02 09:13:15-- wget https://xxx.net/tala
Resolving xxx.net (xxx.net)... failed: Name or service not known.
wget: unable to resolve host address âxxx.netâ
- Thu Apr 27, 2017 12:23 am
- Forum: Open Source Nagios Projects
- Topic: Website URL monitoring for site hosted on IIS windows 2012
- Replies: 13
- Views: 7714
Re: Website URL monitoring for site hosted on IIS windows 20
Hi Team I have tried the below steps yum -y install openssl openssl-devel cd /tmp wget http://www.nagios-plugins.org/download/nagios-plugins-1.5.tar.gz tar xzf nagios-plugins-1.5.tar.gz cd nagios-plugins-1.5 ./configure --with-openssl make all make install Also changed the command as below: define c...
- Wed Apr 26, 2017 4:01 am
- Forum: Open Source Nagios Projects
- Topic: Website URL monitoring for site hosted on IIS windows 2012
- Replies: 13
- Views: 7714
Website URL monitoring for site hosted on IIS windows 2012
Hi I have 2 windows servers and Installed the Nsclient++ These 2 servers connected with Load Balancers. I have created the Linux nagios Server. I want to monitor my URL. https://xxx.net/cyz/Home.aspx Below is the command and Service description. But Servers says " SSL Cert UNKNOWN check_http: I...