added sensor conf

This commit is contained in:
insanity@loafle.com 2017-05-17 11:57:17 +09:00
parent a123dee6b0
commit f5ce6e5035
3 changed files with 69 additions and 0 deletions

View File

@ -0,0 +1,23 @@
{
"id" : "292513",
"target" : {
"connection" : {
"ip" : "192.168.1.215",
"port" : "165",
"ssl" : false,
"portType" : "tcp"
},
"auth" : {
}
},
"schedule" : {
"interval" : "7"
},
"crawler" : {
"name":"HEALTH_CASSANDRA",
"container":"network_proxy"
},
"items" : [
]
}

View File

@ -0,0 +1,23 @@
{
"id" : "684845",
"target" : {
"connection" : {
"ip" : "192.168.1.215",
"port" : "161",
"ssl" : false,
"portType" : "udp"
},
"auth" : {
}
},
"schedule" : {
"interval" : "5"
},
"crawler" : {
"name":"HEALTH_SNMPV2C",
"container":"network_proxy"
},
"items" : [
]
}

View File

@ -0,0 +1,23 @@
{
"id" : "59797987",
"target" : {
"connection" : {
"ip" : "192.168.1.215",
"port" : "161",
"ssl" : false,
"portType" : "udp"
},
"auth" : {
}
},
"schedule" : {
"interval" : "5"
},
"crawler" : {
"name":"HEALTH_SNMPV3",
"container":"network_proxy"
},
"items" : [
]
}