From 7c7fe74dab50e5ee722ad0ca434398cee505dd4a Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Singh Date: Mon, 20 Jun 2016 18:06:58 +0530 Subject: [PATCH] Update admin.rst with monitoring tool shinken. --- docs/scenarios/admin.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/scenarios/admin.rst b/docs/scenarios/admin.rst index f0b56a6..55926fd 100644 --- a/docs/scenarios/admin.rst +++ b/docs/scenarios/admin.rst @@ -380,3 +380,13 @@ environment can be created, and many are already available. Buidout is written in Python. +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.