Okay, so I've got zabbix 1.8.5 mostly working the way I want on ubuntu 10.04.
I'm just in the process of adding the items that I want, and configuring the triggers and actions setting priority etc.
I added a new item into the zabbix-agentd.conf on a couple of the hosts that I am monitoring:
UserParameter=established_conns[*],netstat -an | grep :$1 | grep ESTABLISHED |wc -l
After restarting the zabbix-agent I then added an 'item' into the template for those hosts with a key of: established_conns[80]
This works, and under "Monitoring >> Latest data" I can see that data is being collected for that new item. ... cool.
Then I went into the template again and added a new graph and selected the 'Item' I created above. I left everything else as the default (other than the name of the graph) and hit submit.
Now, for the past few day I have been waiting, but when I display this graph via "Monitoring >> Graphs" all it says is 'No data'. However, under "Monitoring >> Latest Data" there is a link to a graph that does work.
So the question is, why won't the graph I have defined manually work?
Thanks in advance.
I'm just in the process of adding the items that I want, and configuring the triggers and actions setting priority etc.
I added a new item into the zabbix-agentd.conf on a couple of the hosts that I am monitoring:
UserParameter=established_conns[*],netstat -an | grep :$1 | grep ESTABLISHED |wc -l
After restarting the zabbix-agent I then added an 'item' into the template for those hosts with a key of: established_conns[80]
This works, and under "Monitoring >> Latest data" I can see that data is being collected for that new item. ... cool.
Then I went into the template again and added a new graph and selected the 'Item' I created above. I left everything else as the default (other than the name of the graph) and hit submit.
Now, for the past few day I have been waiting, but when I display this graph via "Monitoring >> Graphs" all it says is 'No data'. However, under "Monitoring >> Latest Data" there is a link to a graph that does work.
So the question is, why won't the graph I have defined manually work?
Thanks in advance.
You will see the graph only if you view the graph under Monitoring -> Graphs. There you will see the graphs, which you have defined in a template.
Comment