> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of John Longland > Sent: Wednesday, January 17, 2007 7:09 AM > To: '[email protected]' > Subject: [Nagios-users] Adding buttons > > Hi all !!! > > a Hearty 2007 to all !!! > > > My Nagios system is standing in our call-center and I have a few > servers spread out over a few venues. At one of the distant locations, > I have a DNS server and at certain times I need to have an operator > trigger some scripts on this DNS server. What I was hoping to do > is add a button ( on the left-panel perhaps ) of my nagios screen. > The operator must then click this and this can be used to trigger > the scripts on the DNS server. > > Is there a way of adding buttons to the nagios display ??
Editing the left side menu is simple; it's just plain html (~nagios/share/side.html). You'll want to make a copy of your changes as they'll be overwritten when you upgrade. If you want to modify the right frame contents you'll need to edit the C source and recompile. Alternately, if you want to have this functionality added to specific hosts or services, look at the Extended Info documentation. -- Marc ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Nagios-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
