Skip to content

Instantly share code, notes, and snippets.

@postwait
Created May 26, 2014 17:33
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 postwait/485525d68314ea66f845 to your computer and use it in GitHub Desktop.
Save postwait/485525d68314ea66f845 to your computer and use it in GitHub Desktop.
{
"status": "active",
"target": "192.168.0.@@OCTET@@",
"timeout": 10,
"metrics": [
{
"status": "active",
"name": "in_errors",
"type": "numeric"
},
{
"status": "active",
"name": "in_octets",
"type": "numeric"
},
{
"status": "active",
"name": "in_ucastpkts",
"type": "numeric"
},
{
"status": "active",
"name": "out_errors",
"type": "numeric"
},
{
"status": "active",
"name": "out_octets",
"type": "numeric"
},
{
"status": "active",
"name": "out_ucastpkts",
"type": "numeric"
}
],
"brokers": [
"/broker/126"
],
"period": 60,
"display_name": "r3sw0.net.apache.org/0/@@IFACE@@ [SNMP]",
"tags": [],
"notes": null,
"config": {
"separate_queries": "false",
"security_level": "authPriv",
"version": "2c",
"port": "161",
"oid_out_octets": "IF-MIB::ifOutOctets.@@IFACE@@",
"community": "public",
"oid_out_ucastpkts": "IF-MIB::ifOutUcastPkts.@@IFACE@@",
"oid_in_ucastpkts": "IF-MIB::ifInUcastPkts.@@IFACE@@",
"privacy_protocol": "DES",
"oid_in_errors": "IF-MIB::ifInErrors.@@IFACE@@",
"oid_out_errors": "IF-MIB::ifOutErrors.@@IFACE@@",
"oid_in_octets": "IF-MIB::ifInOctets.@@IFACE@@",
"auth_protocol": "MD5"
},
"type": "snmp"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment