In XI 5, after adding a Notes or Action URL for a Host or Service under Misc Settings, the URL does not appear within XI (only in Nagios Core). I've seen a few posts about this but I've only seen suggestions to use the Action URL component. Although that is something we can look at using in the future it doesn't work for us at this time.
At least according to the screenshot from 2013 in this post it looks like these used to be available within the XI interface. Is this no longer the case? If not, are there plans to re-add support for these?
Thanks.
Notes URL for hosts and services
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: Notes URL for hosts and services
OK I worked it out, the "Actions URL" component has been replaced by the Actions component.
The documentation is here:
https://assets.nagios.com/downloads/nag ... ios-XI.pdf
It was a bit confusing at the documentation does not list "notesurl", "actionurl" and "notes" as variables that can be used.
Admin > System Extensions > Manage Components
Click the Settings icon for Actions
For the third item "Any"
Check the checkbox
Action Type: URL
URL/Command: %actionurl%
Target: _blank
Action Text: Action URL
In the code box: /**/
Click Apply Settings
You'll see that has been added as an item
You can repeat for the notes URL as well.
This will now add an Actions URL to all host and service objects as per the screenshot in the other forum post you linked to.
Let us know how this goes for you.
The documentation is here:
https://assets.nagios.com/downloads/nag ... ios-XI.pdf
It was a bit confusing at the documentation does not list "notesurl", "actionurl" and "notes" as variables that can be used.
Admin > System Extensions > Manage Components
Click the Settings icon for Actions
For the third item "Any"
Check the checkbox
Action Type: URL
URL/Command: %actionurl%
Target: _blank
Action Text: Action URL
In the code box: /**/
Click Apply Settings
You'll see that has been added as an item
You can repeat for the notes URL as well.
This will now add an Actions URL to all host and service objects as per the screenshot in the other forum post you linked to.
Let us know how this goes for you.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: Notes URL for hosts and services
Thank you for the clarification, this works perfectly!
Re: Notes URL for hosts and services
Glad we were able to help. We'll lock this thread now and feel free to open another should you require assistance with anything else.
Be sure to check out the Knowledgebase for helpful articles and solutions!