Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 341 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 341 Bytes

LVM plugins for Icinga2/Nagios

icinga_lvs.py

Parameters

  • --command - default lsv
  • --warning - default 50
  • --critical - default 70
  • --snapshot - default none (goes through all snapshots)
python icinga_lvs.py --command='sudo lvs' --snapshot=foobar

Tested with:

  • Python 2.7
  • Python 3.4
  • Python 3.6