PDA

View Full Version : Graph item with multiples numeric values


jgironda
26-04-2010, 11:05
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
03-05-2010, 18:04
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.

jgironda
03-05-2010, 18:31
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.

zabbix_zen
03-05-2010, 18:50
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..

jgironda
03-05-2010, 18:54
Thank you

I think so

mfreiria
05-05-2010, 12:15
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.

jgironda
05-05-2010, 16:06
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.