Httqm / Santoku

Generate Nagios/Shinken hosts/services configuration from a CSV file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Presentation of the Santoku project

Santoku is a utility designed to generate configuration files for Shinken and Nagios from data provided in a CSV file. The CSV file is expected to have a specific format (described in the documentation). The generated files are :

  • hosts.cfg, including host groups and service groups
  • services.cfg
  • commands.cfg
  • and a very basic tabular-presented Nagvis map showing ALL hosts listed in the CSV file (not done yet)

Setup :

  1. git clone https://github.com/Httqm/Santoku.git
  2. execute the RUN_ME_AFTER_GIT_CLONE.sh script

Need more details ?

Please have a look at "doc/documentation.html".

About

Generate Nagios/Shinken hosts/services configuration from a CSV file

License:GNU Affero General Public License v3.0


Languages

Language:Python 78.3%Language:Shell 21.7%