Skip to content

Instantly share code, notes, and snippets.

@mbrownnycnyc
Created August 31, 2012 20:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mbrownnycnyc/3558751 to your computer and use it in GitHub Desktop.
Save mbrownnycnyc/3558751 to your computer and use it in GitHub Desktop.
an example snmptrap_service.cfg that can be used with snmptrap_template.cfg
define service{
host_name SERVER1
use generic-trap
contact_groups admins
}
define service{
host_name SERVER2
use generic-trap
contact_groups admins
}
define service{
host_name SWITCH1
use generic-trap
contact_groups admins
}
define service{
host_name FIREWALL1
use generic-trap
contact_groups admins
}
### you get the idea
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment