Ad Widget

Collapse

lvm: free disk space monitoring?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Schwammkopf
    Junior Member
    • Jun 2009
    • 5

    #1

    lvm: free disk space monitoring?

    hi,

    Is it possible monitoring lvm devices?

    At the moment I only use disk monitoring on a server like this:
    {Template_Linux:vfs.fs.size[/var,pfree].last(0)}<10

    But its uncomfortable to create for every lvm device its own trigger.

    For example, I have 4 mounted lvm devices:
    /dev/mapper/vserver-aaa
    10G 977M 9,1G 10% /var/lib/vservers/aaa
    /dev/mapper/vserver-aaa-var
    12G 1,1G 11G 10% /var/lib/vservers/aaa/var
    /dev/mapper/vserver-bbb
    4,0G 413M 3,6G 11% /var/lib/vservers/bbb
    /dev/mapper/vserver-bbb-var
    10G 479M 9,6G 5% /var/lib/vservers/bbb/var

    how can I realize monitoring lvm devices from a server with only one trigger for all? With the trigger-condition 20% or less --> inform me.
  • marcel
    Senior Member
    Zabbix Certified Specialist
    • Oct 2010
    • 112

    #2
    see item group function in zabbix documentation
    Zabbix Certified Specialist for Large Environments since 12/2010

    Comment

    • Schwammkopf
      Junior Member
      • Jun 2009
      • 5

      #3
      Do you mean this:
      http://www.zabbix.com/documentation/...l/config/items

      If not, could you please post the right one.. Thank you.

      Comment

      • marcel
        Senior Member
        Zabbix Certified Specialist
        • Oct 2010
        • 112

        #4
        19.9 Aggregated checks
        Zabbix Certified Specialist for Large Environments since 12/2010

        Comment

        • Schwammkopf
          Junior Member
          • Jun 2009
          • 5

          #5
          Hello, thanks for reply.

          I dont think that this is what I need because I dont need the total disk space of the lvm devices but rather a trigger which checks every lvm device separatly.

          otherwise for example:
          4 lvm devices, 3 of them use 60% and one 100%.
          then I dont get any information that one device is totaly full.

          Is the only way to make sure that no device gets full by checking every device with its own trigger?

          Comment

          Working...