Yes exactly, it is too limited to only have two links. I've opened up a feature request - https://dev.icinga.org/issues/10712
On Tue, Nov 24, 2015 at 8:21 AM, Chris Heerschap <[email protected]> wrote: > I'm guessing by the lack of replies that it's not possible, but that would > be a pretty cool feature to have. I haven't run into it yet, but I have > been making heavy use of both notes and action URLs, so I could see running > into this issue. > > > cmh > > On Wed, Nov 18, 2015 at 8:55 AM, Zachary McGibbon < > [email protected]> wrote: > >> I've been wondering about how notes and action URLs are handled in >> icingaweb2. >> >> I use them quite extensively to point to wiki documentation, other >> monitoring systems (like Cacti) and now I want to link into Grafana however >> it seems that I can only add one notes / action url per host or service? >> >> The documentation seems to be lacking good explanation on these >> configuration items. That said, maybe these need a bit more development to >> be able to add multiple entries and also descriptions? >> >> Could use the same way that Mediawiki does to add the description by >> using a pipe between the URL and the description? >> >> Could it be done in an array? >> >> Something like this: >> >> object Host "switch1" { >> import "generic_host" >> address = "192.168.0.10" >> action_url [ >> "https://$HOSTADDRESS$/|Switch Web Interface", >> " >> https://icinga-host:3000/dashboard/db/switch-template?var-switchname=$HOSTNAME$|Grafana >> ", >> "https://ticket-system/openticket.php?hostname=$HOSTNAME$|Open Ticket" >> ] >> notes_url [ >> "https://wiki-server/Switch|Switch Documentation", >> " >> https://cacti-server/graph.php?action=view&rra_id=all&local_graph_id=1234|Cacti >> Graph >> ] >> } >> >> >> >> _______________________________________________ >> icinga-users mailing list >> [email protected] >> https://lists.icinga.org/mailman/listinfo/icinga-users >> >> > > _______________________________________________ > icinga-users mailing list > [email protected] > https://lists.icinga.org/mailman/listinfo/icinga-users > >
_______________________________________________ icinga-users mailing list [email protected] https://lists.icinga.org/mailman/listinfo/icinga-users
