I have a powershell script now that monitors a website value via ns client.
Is there a way i can configure the same thing on my centos server that Nagios sits on to do the same thing.
reason i need this is because this website sits on different network , i don't want a dedicated desktop just for this check. I have my Nagios network configured to talk to same network the website is on.
for check_xi_service_http_content command , does it require a client to run this ?
any help would be appreciated.
You do not have the required permissions to view the files attached to this post.
You should be able to use Configure > Configuration Wizards > JSON wizard if it's returning JSON.
You could also use Configure > Configuration Wizards > Website URL wizard:
- Make sure to choose Follow for the redirects
- Use the URL Content or Regex match to match against the data
ty for the response , so is the tool using the command prompt on the Navori server its self to run the command? it doesn't require any kind of ns client on a workstation correct?
another situation i am running into is , the device/website i am trying to monitor has ping blocked but port 80 is open, since the website tool requires a host/ip in this situation what do i need to do to take it out in order to scan the website content via port 80?
Correct, it essentially uses the CLI on the XI server for those. Some plugins are meant to be run from XI server, some are meant to be run through an agent such as NCPA/NRPE/NSClient++.
Just run through the Website or Website URL wizard with port 80 and the services will use port 80, then host check will then use check_http with port 80 as well (ping will not be used by default for the website wizard hosts).