Nagios server in a Docker container for RHMAP.
python -m unittest discover -s plugins/default
We use tools to enforce the PEP8 style guide and prevent common problems on all Python code in this repository.
When developing the project, you'll need to install the dependencies:
pip install flake8 autopep8
brew install flake8 #osx
Use flake8 to verify that the code conforms to the style guide, and is free of common errors:
< 9585 div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="flake8 --show-source">flake8 --show-source