User Tools

Site Tools


blog:display_nagios_status_on_the_desktop_using_conky

This is an old revision of the document!


Display nagios status on the desktop using conky

Conky is a lightweight system monitor which displays arbitrary information on the linux desktop. I wanted to display the nagios status not only in the firefox browser (using the “nagios checker” extension), but also from the desktop. I found a shell script which was written for xfce and adapted it to output conky compatible output.

How to use it:

  • copy-paste the code below into a script file, e.g. $HOME/bin/nagiosmon.sh, and make it executable with chmod +x
  • add the call to nagiosmon in your .conkyrc file:
    ${execpi 53 $HOME/bin/nagiosmon.sh}

nagiosmon.sh

Ref:

~~LINKBACK~~

Discussion

chris, 2010-07-07 23:21

When I try to view nagiosmon.sh, I get “Permission Denied Sorry, you don't have enough rights to continue. Perhaps you forgot to login? ”

Floyd, 2010-07-12 13:58

It was a permission problem. Fixed.

Thanks for reporting!

Enter your comment. Wiki syntax is allowed:
   ___    _  __   __ __   _  __   ____
  / _ \  / |/ /  / //_/  | |/_/  / __/
 / , _/ /    /  / ,<    _>  <   _\ \  
/_/|_| /_/|_/  /_/|_|  /_/|_|  /___/
 
blog/display_nagios_status_on_the_desktop_using_conky.1277274620.txt.gz · Last modified: 2010-06-23 08:30 by brb