Logo

GitLab

Sign in

scripts / nagios-plugins

  • Back to Group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 1
  • Merge Requests 0
  • Labels
  • Commits 24
  • Compare
  • Branches 1
  • Tags 0
master
  • nagios-plugins
  • plugins
29 Dec, 2024
1 commit
  • updated plugins to python3 ...
    c1cfdd7d
    made specifying which temperatur for plugins/check_temperature mandatory
    Frederik Lindenaar authored
    7 months ago  
    Browse Code »

09 Mar, 2021
2 commits
  • 2 optimizations: ...
    bbad51d9
    - got rid of unnecessary read commands to set variables
    - de-duplicate the list of nameservers to check before checking
    Frederik Lindenaar authored
    4 years ago  
    Browse Code »
  • First commit for check_dns_replication
    dadb9bb1
    Frederik Lindenaar authored
    4 years ago  
    Browse Dir »

10 Mar, 2019
1 commit
  • Added Bosch Sensortec I2C BME280/BMP280 sensor ...
    379482e7
    Added support for additional measurements in addition to the temperature
    Fixed handling of default I2C address
    Updated documentation for the new I2C sensors (and fixed a few errors)
    Frederik Lindenaar authored
    6 years ago  
    Browse Dir »

03 Mar, 2019
2 commits
  • fixed scaling issue for Raspberry Pi CPU temperature
    28daf07d
    Frederik Lindenaar authored
    6 years ago  
    Browse Dir »
  • Added support for I2C MCP9808 sensor (closes #4) based on https://github.com/Con… ...
    2349fc1a
    …trolEverythingCommunity/MCP9808/blob/master/Python/MCP9808.py
    Frederik Lindenaar authored
    6 years ago  
    Browse Dir »

28 Jan, 2018
1 commit
  • - set HTTP User-Agent header to check_otp/VERSION ...
    d54130d1
    - added SSL validation options (--no-ssl-validation, --cacert, --capath)
    to deal with SSL validation issues
    Frederik Lindenaar authored
    7 years ago  
    Browse Code »

06 Jan, 2018
1 commit
  • added Raspberry Pi CPU temperature reading ...
    8afdb5e3
    please note: CLI change: now need to specify which device to read!
    
    Documentation updated accordingly
    Frederik Lindenaar authored
    8 years ago  
    Browse Dir »

18 Oct, 2016
2 commits
  • rewrote use of map() to list comprehension as use of map() is an anti-pattern as part of the fix.
    3e330c37
    Frederik Lindenaar authored
    9 years ago  
    Browse Dir »
  • changed way how performance data is handled so that the order is preserved (fixes #1) ...
    fd109cda
    rewrote use of map() to list comprehension as use of map() is an anti-pattern as part of the fix.
    
    improved the status message when warn or critical thresholds are exceeded
    Frederik Lindenaar authored
    9 years ago  
    Browse Dir »

17 Oct, 2016
2 commits
  • Added units in performance data (C/F for temperature and s for time). ...
    d5ca8d76
    closes #2
    
    renamed time performance data to checktime
    Frederik Lindenaar authored
    9 years ago  
    Browse Dir »
  • added check_temperature plugin to monitor temperatures on a RaspberryPi
    a1eeb872
    Frederik Lindenaar authored
    9 years ago  
    Browse Dir »

10 Oct, 2016
1 commit
  • added first implementation of check_otp supporting HOTP and TOTP checks against PrivacyIDEA/LinOTP
    d9efd395
    Frederik Lindenaar authored
    9 years ago  
    Browse Dir »

02 Aug, 2015
2 commits
  • Added check_multiple_host_addresses as I stil had that laying around somewhere
    ed63fa91
    Frederik Lindenaar authored
    10 years ago  
    Browse Code »
  • updated directory structure, move plugins into a separate directory
    5458527c
    Frederik Lindenaar authored
    10 years ago  
    Browse Code »