-
Notifications
You must be signed in to change notification settings - Fork 0
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
host & item-names filtering added #1
base: master
Are you sure you want to change the base?
Conversation
README.md
Outdated
metrics: | ||
- key: 'local.metric[uwsgi,workers,*,*]' | ||
name: 'uwsgi_workers' | ||
labels: | ||
app: $1 | ||
status: $2 | ||
reject: | ||
- 'total' | ||
hosts: | ||
- name.of.host.1 | ||
- name.of.host.2 | ||
item_names: | ||
- '*item.name.substr.1*' | ||
- '*item.name.substr.2*' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
type:
parameter should be added to example
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
HISTORY.rst
Outdated
History | ||
======= | ||
|
||
1.0.3 (2022-11-28) | ||
------------------ | ||
|
||
* Add zabbix filtering by hosts and item names | ||
|
||
1.0.2 (2017-02-25) | ||
------------------ | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could also be changed to markdown, since README.rst
was.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
AUTHORS.rst
Outdated
Contributors | ||
------------ | ||
|
||
* Ilya Baryshev <[email protected]> | ||
* Kazakov Kirill <[email protected]> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could also be changed to markdown, since README.rst
was.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, if to be converted to .md, it is necessary to change corresponding file names in setup.py
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
both done
zabbix_exporter/commands.py
Outdated
- name.of.host.2 | ||
item_names: | ||
- '*item.name.substr.1*' | ||
- '*item.name.substr.2*' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably should be the same config as in README.md
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
No description provided.