Skip to content

alexandruvilceloiu/puppet-snmp

 
 

Repository files navigation

puppet-snmp module

<img src=‘https://codex.cegeka.be/jenkins/job/puppet-snmp/badge/icon’ />

This is the snmp module. Use this module to manage snmp clients. It will install the snmp packages and provides a template configuration.

Recommended use

class { 'snmp':
  syslocation => 'your location goes here',
  syscontact 	=> 'your email address goes here',
  additional_config => {
    "exec"           => "SCRIPT_NAME SCRIPT_FULL_PATH [ARGS ...]",
    "extend"         => "OID COMMAND_FULL_PATH [ARGS ...]",
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 73.2%
  • Puppet 10.9%
  • Shell 10.1%
  • HTML 5.8%