Exchange 2010 OWA Monitoring results 301 Moved Permanently

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
heritages
Posts: 58
Joined: Thu Jan 16, 2014 11:55 am

Exchange 2010 OWA Monitoring results 301 Moved Permanently

Post by heritages »

Hello,

Recently configured Exchange 2010 monitor with the Monitoring wizard. One of the monitors is for OWA. Is there a list of what each switch for $ARG1$? I see the following switches are being used...

-H
-f
-I
-u
-S

Thanks
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Exchange 2010 OWA Monitoring results 301 Moved Permanent

Post by slansing »

Perhaps it would be easier if you provided a screenshot or a bit more detail. $ARG1$ is simply an argument slot, you can really put any bit of your check information in there as long as it is in order. For instance, the OWA HTTP check uses:

command -

Code: Select all

$USER1$/check_http -H $HOSTADDRESS$ $ARG1$
And the wizard places the following in it's $ARG1$ slot:

Code: Select all

 -H test.host.address -f ok -I asdas -u "/exchange/"
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Exchange 2010 OWA Monitoring results 301 Moved Permanent

Post by tmcdonald »

Code: Select all

-H is the host name
-f specifies the follow rules for HTTP redirects
-I (capital i) is the IP
-u is the URL to go to (so you can do -u "/exchange/" for example)
-S means to use SSL
You can find all of this in the check_http man page here: http://nagios-plugins.org/doc/man/check_http.html
Former Nagios employee
heritages
Posts: 58
Joined: Thu Jan 16, 2014 11:55 am

Re: Exchange 2010 OWA Monitoring results 301 Moved Permanent

Post by heritages »

That link was really helpful. Thanks

You can close this.
Locked