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

Not possible to not start snmptrapd service #52

Closed
tlimoncelli opened this issue Jun 23, 2015 · 2 comments
Closed

Not possible to not start snmptrapd service #52

tlimoncelli opened this issue Jun 23, 2015 · 2 comments
Assignees

Comments

@tlimoncelli
Copy link

On RedHat systems, there doesn't seem to be a way to start snmpd without also starting snmptrapd. The module enables both or neither. If I set:

    trap_service_ensure => 'stopped',
    trap_service_enable => false,

snmptrapd still gets started.

Is the intentional? Is it bad to run snmpd without snmptrapd? We don't do anything with traps in our environment.

@razorsedge
Copy link
Contributor

Tom,

By default trap_service_ensure is set to stopped and trap_service_enable to false in params.pp. Using just include ::snmp, you should only have the snmpd running. Normal operation does not require snmptrapd.

@razorsedge razorsedge self-assigned this Jun 24, 2015
@tlimoncelli
Copy link
Author

Thanks for the info. I now see that I was misreading the code. Yes, it all works as expected.

Thanks!

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

No branches or pull requests

2 participants