Configure URL with post method in Nagios Xi

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
biswajit.banerjee
Posts: 152
Joined: Fri Dec 08, 2017 10:24 pm

Configure URL with post method in Nagios Xi

Post by biswajit.banerjee »

Hi Team,

I have a url with post method and want to monitor into NagiosXi. Please help me out to fix it.

URL: https://172.16.34.242/cceuserprofileservice/login

screen shot is attached
You do not have the required permissions to view the files attached to this post.
Last edited by biswajit.banerjee on Tue May 07, 2019 11:43 am, edited 1 time in total.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Configure URL with post method in Nagios Xi

Post by scottwilkerson »

You need to remove the space between
https:// and 172.16.34.242
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
biswajit.banerjee
Posts: 152
Joined: Fri Dec 08, 2017 10:24 pm

Re: Configure URL with post method in Nagios Xi

Post by biswajit.banerjee »

Sorry for that, space was given by mistake when write on post ,real not have space .
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Configure URL with post method in Nagios Xi

Post by scottwilkerson »

biswajit.banerjee wrote:Sorry for that, space was given by mistake when write on post ,real not have space .
So the Invalid URL should have gone away correct?

In the end you are going to have to create your own service either way because the wizard cannot handle POST requests.

You will want to get the command working from the command line using check_http, then from there you can create a service specifying the arguments in the $ARG1$ field in the CCM
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked