How to put more information on Nagios service page?

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
piotrusx
Posts: 3
Joined: Mon Jan 04, 2016 7:13 am

How to put more information on Nagios service page?

Post by piotrusx »

Hello,
I have a problem, I need put more information on Nagios service page for better service identification.
I need an extra column with IP address but I read older posts that it needs C++ programming in the Nagios source code.
I tried make a long host names, example "SERVICE NAME <gateway_name> <IP_address>" but I don't know how make 2 or more lines in host name. Is it possible?
If yes, how?
Could you give me some advice?

Peter.
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: How to put more information on Nagios service page?

Post by tmcdonald »

This would require both HTML and C knowledge (we do not use C++). Unfortunately this is out of scope for the support forum since that is a custom development request. You can file a request on our GitHub to have this change made, but it is not guaranteed to be implemented.
Former Nagios employee
briancolman
Posts: 2
Joined: Mon Jul 18, 2016 4:01 pm

Re: How to put more information on Nagios service page?

Post by briancolman »

Where do you need?
You can put notes and url notes, the information will appear in the service detail page
dwhitfield
Former Nagios Staff
Posts: 4583
Joined: Wed Sep 21, 2016 10:29 am
Location: NoLo, Minneapolis, MN
Contact:

Re: How to put more information on Nagios service page?

Post by dwhitfield »

The link for putting a github feature request is https://github.com/NagiosEnterprises/na ... issues/new
Locked