shinken icon indicating copy to clipboard operation
shinken copied to clipboard

Flexible and scalable monitoring framework

Results 111 shinken issues
Sort by recently updated
recently updated
newest added

Hello, can u just tell me if this project is still a live ? or is dead and no dev works on it thanks all

This patch starts porting Shinken core to pyhon3 It includes: - Python 3 portage with backward python2 compatibility - Stop maintaining a modified older version of bottle, use the public...

Hello there, I want install Shinken on my ubuntu 20.04 i look the doc : https://shinken.readthedocs.io/en/latest/02_gettingstarted/installations/shinken-installation.html#requirements First attempt : the pip install : ``` root@dragon:/home/stagiaire# pip install shinken Collecting shinken...

Install failing # python3 ./setup.py install File "./setup.py", line 124 except KeyError, exp: ^ SyntaxError: invalid syntax

How to identify from where the Shinken Livestatus API fetches the status information, and makes it available on the Thruk page Currently I'm facing a problem, that is service state...

Hi all, I would like to incoporate the nodeset module python from clustershell provided by CEA HPC in shinken: https://github.com/cea-hpc/clustershell ``` (cluster)-[root@admin ~]$ yum info clustershell Loaded plugins: auto-update-debuginfo, etckeeper,...

Bonsoir , J'ai essayé en vain d'installer Shinken mais j'ai rencontré beaucoup de problèmes comme souvent évoqués sur le forum. Bref cela ne fonctionne pas .... - python 3 pas...

Hi, Make shinken compatible python 3. Best regard

ToDo
Code quality
Feature

For a Shinken service the check interval and notification interval is one minute, where the notification is getting triggered when service turns to CRITICAL but notification not getting triggered every...

A service check **S1** with event_handler configurated, max_attempts is 3, check interval is 5 and retry interval is 2 When this service turns to **OK** - **WARNING** the event handler...