Ad Widget

Collapse

Graph item with multiples numeric values

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jgironda
    Junior Member
    • Apr 2010
    • 14

    #1

    Graph item with multiples numeric values

    Hello,

    I have created a ssh agent Item.

    In the "executed script" field, I put the following lines:

    ps -ef | grep ora |wc -l
    ps -ef | wc -l

    The result are 2 values of numeric type.

    The problem it is that I can not create one graph with theses values, It is possible?


    Thank you, and sorry my poor english.
  • zabbix_zen
    Senior Member
    • Jul 2009
    • 426

    #2
    The problem it is that I can not create one graph with theses values
    Why not?

    If both items are already created and receiving values,
    you can create any graph based on them.

    Configuration | Hosts | Graphs
    select 'Create Graph' in the upper right corner
    click the 'Add' box on the Items line.

    Comment

    • jgironda
      Junior Member
      • Apr 2010
      • 14

      #3
      Originally posted by zabbix_zen
      Why not?

      If both items are already created and receiving values,
      you can create any graph based on them.

      Configuration | Hosts | Graphs
      select 'Create Graph' in the upper right corner
      click the 'Add' box on the Items line.

      The problem it the that I have one item and the item result are two numeric values, and I think that zabbix can not make a graph with one item with two values.

      I will like check the Filesystems with one item, and the item result will be the %Use of all File system, for example:

      I created one ssh agent Item for check the filesystem and the result is:

      24
      40
      60
      86

      I would like graph all this values. It is possible???

      I have more than 500 host, and I need that the launch of zabbix are the more easy possible.


      Thank you for you response.

      Comment

      • zabbix_zen
        Senior Member
        • Jul 2009
        • 426

        #4
        Ok.
        I've misunderstood the goal when I first read it.

        In that case I'm afraid you'll have to create an item per filesystem..

        Comment

        • jgironda
          Junior Member
          • Apr 2010
          • 14

          #5
          Thank you

          I think so

          Comment

          • mfreiria
            Junior Member
            • Apr 2010
            • 1

            #6
            Maybe it will be possible to create only one item to check the filesystem with the capacity of the largest filesystem in your server.

            It cuold be easier and enough for your purposes.

            Comment

            • jgironda
              Junior Member
              • Apr 2010
              • 14

              #7
              Originally posted by mfreiria
              Maybe it will be possible to create only one item to check the filesystem with the capacity of the largest filesystem in your server.

              It cuold be easier and enough for your purposes.
              Thank you for you response Mr Freiria,

              Now, We have monitoring the host total size,
              The File system more busy
              And The Name of the FS more busy.

              I would like can put in one graph the % of FS more busy and its name

              Thank you.

              Comment

              Working...