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

host & item-names filtering added #1

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

Kurush7
Copy link
Collaborator

@Kurush7 Kurush7 commented Nov 28, 2022

No description provided.

README.md Outdated
Comment on lines 23 to 36
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*'

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

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

HISTORY.rst Outdated
Comment on lines 2 to 12
History
=======

1.0.3 (2022-11-28)
------------------

* Add zabbix filtering by hosts and item names

1.0.2 (2017-02-25)
------------------

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.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

AUTHORS.rst Outdated
Comment on lines 1 to 4
Contributors
------------

* Ilya Baryshev <[email protected]>
* Kazakov Kirill <[email protected]>

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.

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

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

both done

- name.of.host.2
item_names:
- '*item.name.substr.1*'
- '*item.name.substr.2*'

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

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants