blog:display_nagios_status_on_the_desktop_using_conky
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 nagiosmon.sh script into a 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}
~~LINKBACK~~
blog/display_nagios_status_on_the_desktop_using_conky.txt · Last modified: 2010-06-23 08:34 by brb
Discussion
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? ”
It was a permission problem. Fixed.
Thanks for reporting!