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

configuring extend parameters #115

Closed
tjungbauer opened this issue Nov 28, 2017 · 3 comments
Closed

configuring extend parameters #115

tjungbauer opened this issue Nov 28, 2017 · 3 comments
Assignees
Labels
enhancement New feature or request question

Comments

@tjungbauer
Copy link

Hi,

This is more a feaure request than a bug.

I recently started to deploy snmpd config using puppet. Unfortunately I saw that some hosts are failing, because custom cripts are used to check specific items.

Is there a possibility to add "extend" configuration parameters, or is there a reason why they have not been added?

For instance:
extend pcluster_check_space /bin/sh /usr/local/scripts/check_pcluster.sh space

Expectation would be for instance:
extend => ['pcluster_check_space /bin/sh /usr/local/scripts/check_pcluster.sh space',
],

br
Thomas

@tjungbauer
Copy link
Author

I have created pull requests #117 and #118 but the checks are failing on ruby 1.8 for some reason (on code I did not touch)

@razorsedge razorsedge self-assigned this Jan 7, 2018
@razorsedge razorsedge added enhancement New feature or request question labels Jan 7, 2018
@razorsedge
Copy link
Contributor

The only reason why extend has not been added is that no one had requested the feature and that snmpd_config is able to address any non-native parameters. I will look at PR #118 .

@razorsedge
Copy link
Contributor

Released with razorsedge/snmp version 3.9.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question
Projects
None yet
Development

No branches or pull requests

2 participants