Welcome to the Shinken project.
.. image:: https://api.travis-ci.org/naparuba/shinken.svg?branch=master :target: https://travis-ci.org/naparuba/shinken
Shinken is a modern, Nagios compatible monitoring framework, written in Python. Its main goal is to give users a flexible architecture for their monitoring system that is designed to scale to large environments.
Shinken is backwards-compatible with the Nagios configuration standard and plugins. It works on any operating system and architecture that supports Python, which includes Windows, GNU/Linux and FreeBSD.
See the Documentation
__
There are mandatory and conditional requirements for the installation methods which are described below.
See the Documentation
__
__ https://shinken.readthedocs.org/en/latest/02_gettingstarted/installations/shinken-installation.html
Launch:
python setup.py install --update
It will only update the shinken lib and scripts, but won't touch your current configuration
Shinken is installed with init.d
scripts, enables them at boot time and starts them right after the install process ends. Based on your linux distro you only need to do:
chkconfig --add shinken chkconfig shinken on
or :
update-rc.d shinken defaults 20
The configuration is on the directory, /etc/shinken
.
Logs are in /var/log/shinken (what did you expect?)
You only need to launch:
/etc/init.d/shinken -d start
Debug logs will be based on the log directory (/var/log/shinken)
No, there is no need to change the existing configuration - unless you want to add some new hosts and services. Once you are comfortable with Shinken you can start to use its unique and powerful features.
Jump to the Shinken documentation__.
__ https://shinken.readthedocs.org/en/latest/
Bugs are tracked in the issue list on GitHub
__ . Always search for existing issues before filing a new one (use the search field at the top of the page).
When filing a new bug, please remember to include:
gist.github.com
__ is a great place to upload code).https://github.com/naparuba/shinken/issues/ https://gist.github.com/