Ad Widget

Collapse

Group functions usage

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vrtareg
    Senior Member
    • May 2006
    • 293

    #1

    Group functions usage

    Hi

    I need to monitor summary of available and used spaces for more than one partitions on server.

    For example i had configured 3 partitions:

    /remote/space1 Total 100Gb - Used 80Gb
    /remote/space2 Total 200Gb - Used 90Gb
    /remote/space3 Total 150Gb - Used 10Gb

    I need to calculate the summary Total and Used which can't be calculated at this time using grpsum function.

    Can anyone help me to create such aggregate item?

    Thanks
    Areg
  • xs-
    Senior Member
    Zabbix Certified Specialist
    • Dec 2007
    • 393

    #2
    You want to look at the item type 'zabbix aggregate'

    Comment

    • vrtareg
      Senior Member
      • May 2006
      • 293

      #3
      I try to use grpsum but it only works on Group's same kind of items not on same host different items like vfs.fs.size[/remote/space1,total], vfs.fs.size[/remote/space2,total] and vfs.fs.size[/remote/space3,total].

      Using grpsum i can calculate vfs.fs.size[/,total] - The total size of roots on all servers in some group, not the total sum of space of different disks on same server.

      Areg

      Comment

      • Jun.Liu
        Member
        • Apr 2007
        • 91

        #4
        I have similar problem with vrtareg. my router have two interfaces for traffics outgoing. I'd like to monitor the summary traffics of them.

        As I know there is a workaround that fetch and sum the data from database. but I think there should be a more simple and directly way to do it since there is a aggregate function there.

        Comment

        Working...