Hi guys,
I'm a new Nagios user. I'm trying to create a Website URL Monitor for this URL:
http://wux0049.ppte.treasurywineestates ... nJDERTEUOM
When I use the wizard to create a 'check_xi_service_http' monitor it appears Nagios is having problems with the '?' character. It essentially strips it.
Any ideas on how to get this to work?
Regards,
David.
Cannot create URL monitor with ? parameter symbol
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Cannot create URL monitor with ? parameter symbol
This is confirmed and will be something we will need to look at in the wizard.
Until that bug is fixed you can modify the service to make it work, if you go to
Configure -> CCM -> Services -><This HTTP service> -> Modify
In the $ARG1$ change it from
to
Save
Apply Configuration
Until that bug is fixed you can modify the service to make it work, if you go to
Configure -> CCM -> Services -><This HTTP service> -> Modify
In the $ARG1$ change it from
Code: Select all
-H wux0049.ppte.treasurywineestates.com -f ok -I 67.215.65.132 -u "/WmRoot/settings-jms-detail.dsp" -p 5530Code: Select all
-H wux0049.ppte.treasurywineestates.com -f ok -I 67.215.65.132 -u "/WmRoot/settings-jms-detail.dsp?aliasName=ConnJDERTEUOM" -p 5530Apply Configuration
Re: Cannot create URL monitor with ? parameter symbol
I was trying to fix it up in the Service Status Detail -> Configure -> Re-configure this service -> Monitor the service with this command... (Advanced users only), but going in via CCM works a treat!
Thank you Scott.
Thank you Scott.