GitLab
Sign in
scripts
/
nagios-plugins
Back to Group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
1
Merge Requests
0
Labels
ea7c02e2707baf9725a4c09c848e2a2c6736871b
master
ea7c02e2707baf9725a4c09c848e2a2c6736871b
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.1.2
29
Dec
9
Mar
10
3
28
Jan
6
18
Oct
17
11
10
2
Aug
26
Jul
updated readme to state the python3 is now required
master
master
updated plugins to python3
2 optimizations:
First commit for check_dns_replication
Fixed layout issues in GitLab
Minor updates to README.md
Updated documentation
Added Bosch Sensortec I2C BME280/BMP280 sensor
fixed scaling issue for Raspberry Pi CPU temperature
Added support for I2C MCP9808 sensor (closes #4) based on https://github.com/ControlEverythingCommunity/MCP9808/blob/master/Python/MCP9808.py
- set HTTP User-Agent header to check_otp/VERSION
added Raspberry Pi CPU temperature reading
rewrote use of map() to list comprehension as use of map() is an anti-pattern as part of the fix.
changed way how performance data is handled so that the order is preserved (fixes #1)
Added units in performance data (C/F for temperature and s for time).
added example for using check_temperature
added check_temperature plugin to monitor temperatures on a RaspberryPi
added .gitignore to prevent compiled python code and dev/test keys and count files from being checked in
added first implementation of check_otp supporting HOTP and TOTP checks against PrivacyIDEA/LinOTP
Added check_multiple_host_addresses as I stil had that laying around somewhere
added cgi-bin/nagiosstatus.sh
updated directory structure, move plugins into a separate directory
Modified check_memory to support new procps free(1) output format
Initial checkin of standard check_memory script