Ok, I got it to work now. I needed to use version v1_1 of the check_wsc.pl script. When I run it I it send this request to the web-server (from my IIS weblog).
2008-11-13 07:50:55 W3SVC1 HK04 10.10.10.4 GET /nagios/service1.asmx/disks server=10.10.10.4¶m=1000,250 80 - 10.10.10.83 nagios-check_wsc+1.1.0 - 10.10.10.4 200 0 0
However when I run version 1.2 or 1.4 of the script the “params” (parameters) have a “%22” added to it. My guess is that this could be number 22 in the ASCII table which is a quotation mark.
- by removing the ’ sign around the variables in the “checkcommands.cfg”/“commands.cfg” i got it to work.