###What is it? Welcome to shinken-sublime. Shinken-sublime is a small package that combine the power and elegance of Sublime with the Shinken monitoring framework.
Shinken-sublime provides syntax highlighting, block commenting, and snippet support for defining hosts/services etc.
###Compatible
- Shinken
- Alignak
- Nagios
- Icinga (untested)
###Installation
- Install the Sublime Text Package Control plugin if you don't already have it: https://sublime.wbond.net/installation
- In Sublime Text choose: Tools > Command Palette… > Package Control: Install Package
- Find Shinken by typing in the search field, click on it to install it
- Restart Sublime Text
###Contributing
- Fork it.
- Create a branch (
git checkout -b my_branch
) - Commit your changes (
git commit -am "Major fixup."
) - Push to the develop branch (
git push develop my_branch
) - Open a Pull Request
- Enjoy a refreshing Diet Coke and wait 👍
Shinken-sublime is a fork of nagios-sublime