Re: [Nagios-devel] Idea for action_image for service definition

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.
Locked
Guest

Re: [Nagios-devel] Idea for action_image for service definition

Post by Guest »

Wim Hoekman wrote:
> Hi,
>
> For some services my action_url for a service is set to view performance
> data (graphs), while other services lead to an external webbased system
> to perform additional commands.
>
> To be able to see what action is to be performed in the Service Detail
> overview , I would like to see an additional image can be added to a
> service definition: action_image
>
> Example:
>
> define service {
> use template
> host_name host1
> service_description Load
> action_url http://....
> action_image action1.gif
> }
>
>
> While another service would be:
>
> define service {
> use template
> host_name host1
> service_description Load
> action_url http://....
> action_image graph.gif
> }
>
> What do you think?
> Would that easy to implement?
>
> And while at it, would it be possible to also add an image for notes?
>
> define service {
> use template
> host_name host1
> service_description Load
> action_url http://....
> action_image graph.gif
> notes_url http://....
> notes_image note.gif
> }
>
>
> Regards,
>
> Wim.
>
>

Can you add this to the Nagios web interface wish list at:

http://www.nagioscommunity.org/wiki/ind ... e_Wishlist

It won't make it for Nagios 3, but let's get it on the list for Nagios 4.


Ethan Galstad,
Nagios Developer
---
Email: [email protected]
Website: http://www.nagios.org





This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
Locked