This Web Application built using Python Flask Frame work and is used for:
search hosts details in nagios and snow and related active incidents
I have used Nagios and SNOW REST API to fetch the data about the hosts.
Before installation you need to have python 2.x/3.x and python flask module.
for installing flask module run below command
pip install flask
Then go ahead and download this project. Update the required details in snow.py and run my_app.py, it will show the URL in command prompt copy it and open it in your favourite browser. That's it, You are there.
- Fork it.
- Create a branch (
git checkout -b flask-app
) - Commit your changes (
git commit -am "your message"
) - Push to the branch (
git push origin flask-app
) - Create an [Issue][1] with a link to your branch