Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Negative filter #11

Closed
alexanderzobnin opened this issue May 14, 2015 · 8 comments
Closed

Negative filter #11

alexanderzobnin opened this issue May 14, 2015 · 8 comments

Comments

@alexanderzobnin
Copy link
Collaborator

Invert values for show below null line (for example network in/out traffic)

@alexanderzobnin alexanderzobnin added this to the grafana-zabbix 1.1.0 milestone May 14, 2015
@nucleusv
Copy link
Contributor

Do you mean that in/out traffic is stored like a delta? Besides value_type there are
https://www.zabbix.com/documentation/2.4/manual/api/reference/item/get
{
"itemid": "23299",
"type": "0",
"hostid": "10084",
"name": "CPU $2 time",
"key_": "system.cpu.util[,idle]",
"delay": "60",
"units": "%",
"multiplier": "0", <------!
"delta": "0", <------!
"formula": "1",
"error": "",
"port": "",
"description": "The time the CPU has spent doing nothing.",
"inventory_link": "0",
"lifetime": "0"
},

@alexanderzobnin alexanderzobnin changed the title Nagative filter Negative filter May 15, 2015
@alexanderzobnin
Copy link
Collaborator Author

No, like this (just invert all values in timeseries)
2015-05-15 18-40-08

@nucleusv
Copy link
Contributor

It is nice :)

@alexanderzobnin
Copy link
Collaborator Author

It very simple but very useful filter. I want to add some other filters like average, min, max (like at influxdb datasource).

@nucleusv
Copy link
Contributor

Yeah, it is great idea.
As plugin for grafana-2 is working?
We need user restrictions to have there own dashboards? Maybe it is better to focus on version for grafana-2 ?
So what problem do you have?
Maybe better to ask Torkel to answer questions ?

@alexanderzobnin
Copy link
Collaborator Author

If you want I can release alpha version of plugin for grafana-2 for prewiew. It have some problems with configuring via new datasource config page, but in generally, plugin is working.

@Diwahars
Copy link

Hi,

Release the beta version of 2.0... Let's c how it works.??
On May 16, 2015 1:46 AM, "Alexander Zobnin" notifications@github.com
wrote:

If you want I can release alpha version of plugin for grafana-2 for
prewiew. It have some problems with configuring via new datasource config
page, but in generally, plugin is working.


Reply to this email directly or view it on GitHub
#11 (comment)
.

@alexanderzobnin
Copy link
Collaborator Author

@Diwahars, @nucleusv see last changes. I added version of plugin for grafana-2 in master branch. Now it default branch. I will focused on development version for grafana-2.

@alexanderzobnin alexanderzobnin removed this from the grafana-zabbix 1.1.0 milestone Jun 10, 2015
alexanderzobnin added a commit that referenced this issue Jun 20, 2015
@alexanderzobnin alexanderzobnin added this to the grafana-zabbix 2.0.0 milestone Jun 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants