Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
I tried your suggestion - prefixing my entry with "http:/" was fine, but when I added the second "/", everything after it turned blue (I'm using VIM to edit) like this (leading me to think that it wouldn't work):
define host{
use windows-server
host_name
alias Jenkins-Test-UAT
address 88.88.88.88
hostgroups jenkins-test-masters
#contact_groups admins
notes_url http://www.bbc.co.uk/sport
action_url http://www.bbc.co.uk/news
contacts nagiosadmin
}
However, it DOES verify OK and it DOES work OK in the browser interface, so thank you!