/flask-app

Flask Web app to integrate Service now and Nagios. It will display the matching hosts& incidents of the searched string

Primary LanguageHTML

Nag-SNOW

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.

Installation

Before installation you need to have python 2.x/3.x and python flask module.

install flask

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.

Contributing

  1. Fork it.
  2. Create a branch (git checkout -b flask-app)
  3. Commit your changes (git commit -am "your message")
  4. Push to the branch (git push origin flask-app)
  5. Create an [Issue][1] with a link to your branch