Page 1 of 1
Exchange 2010 OWA Monitoring results 301 Moved Permanently
Posted: Thu Mar 20, 2014 8:54 am
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
Re: Exchange 2010 OWA Monitoring results 301 Moved Permanent
Posted: Thu Mar 20, 2014 9:38 am
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/"
Re: Exchange 2010 OWA Monitoring results 301 Moved Permanent
Posted: Thu Mar 20, 2014 9:50 am
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
Re: Exchange 2010 OWA Monitoring results 301 Moved Permanent
Posted: Fri Mar 21, 2014 12:24 pm
by heritages
That link was really helpful. Thanks
You can close this.