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
Exchange 2010 OWA Monitoring results 301 Moved Permanently
-
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
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 -
And the wizard places the following in it's $ARG1$ slot:
command -
Code: Select all
$USER1$/check_http -H $HOSTADDRESS$ $ARG1$
Code: Select all
-H test.host.address -f ok -I asdas -u "/exchange/"Re: Exchange 2010 OWA Monitoring results 301 Moved Permanent
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 SSLFormer Nagios employee
Re: Exchange 2010 OWA Monitoring results 301 Moved Permanent
That link was really helpful. Thanks
You can close this.
You can close this.