Ad Widget

Collapse

Flexible parameters

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • phatrik83
    Junior Member
    • Jul 2012
    • 2

    #1

    Flexible parameters

    Hi,


    I wanted to check the disk space on a system. I'm creating an item which looks like this:


    vfs.fs.size[*,pfree]


    I get an error message saying this isn't supported? Perhaps I'm miss-understanding about how to use flexible parameters. I expected the above to create an item for all detected mountpoints on the Linux system.


    TIA
  • Davidus
    Senior Member
    • Dec 2010
    • 281

    #2
    Indicate name of file system instead of asterisk

    Click image for larger version

Name:	Untitled-1 copy.jpg
Views:	1
Size:	40.2 KB
ID:	311849

    Comment

    • phatrik83
      Junior Member
      • Jul 2012
      • 2

      #3
      I understand how to specify the file system but if you read about flexible parameters, it seems like the point of using an asterisk is to not have to specify the file system?

      In the example, they even use vfs.fs.size, with the only difference they don't specify the mode:


      http://www.zabbix.com/documentation/...config/items?s[]=flexible&s[]=parameters

      Comment

      • Davidus
        Senior Member
        • Dec 2010
        • 281

        #4
        Originally posted by phatrik83
        I understand how to specify the file system but if you read about flexible parameters, it seems like the point of using an asterisk is to not have to specify the file system?

        In the example, they even use vfs.fs.size, with the only difference they don't specify the mode:


        http://www.zabbix.com/documentation/...config/items?s[]=flexible&s[]=parameters
        I guess you misunderstand something. You have to specify filesystem in your item anyways; otherwise, to which filesystem item with asterisk is going to be assigned?

        Comment

        Working...