Skip to content

volodymyrko/nagios_indicator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nagios Indicator

####Gnome indicator for nagios

It adds icon indicator to gnome panel. This applet automatically check your nagios server and notify about all problems using popup messages.

####Installation: create config file .nagios_checker in your $HOME directory with content:

[DEFAULT]

url = <url_to_nagios_server> # http:https://server.com/nagios3/

user = <username> # nagiosadmin, nagios user

passwd = <password> # nagiosadmin password

renotify = false # notify every check (true) or once (false), (optional)

show_disabled = false # notify (true) if notification is disabled for service or not (false), (optional)

interval = 300 # check interval in second (default 300sec = 5min), (optional)

and run:
  • python nagios_applet.py

or

  • create startup scirpt, for example ~/.config/autostart/nagios.desktop
[Desktop Entry]
Name=Nagios Indicator
GenericName=Nagios Indicator
Comment=Nagios Indicator
Exec=python /path/to/nagios_indicator/nagios_indicator.py
Terminal=false
Type=Application

Tested on ubuntu 10.04, 12.04

About

Gnome applet for nagios

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages