This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # NOTE: Needs it's own venv with latest psycopg2 | |
| import os | |
| import psycopg2 | |
| from psycopg2.extras import DictCursor | |
| import json | |
| import time | |
| import datetime | |
| SLEEP_SECONDS = 10 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Plugins I'm using: | |
| https://github.com/sensu-plugins/sensu-plugins-load-checks | |
| https://github.com/sensu-plugins/sensu-plugins-memory-checks | |
| https://github.com/sensu-plugins/sensu-plugins-disk-checks | |
| https://github.com/sensu-plugins/sensu-plugins-cpu-checks |
OlderNewer