added processing err

This commit is contained in:
insanity@loafle.com 2017-05-17 12:26:55 +09:00
parent 4d4b9b6fa6
commit 415106fda1

View File

@ -5,7 +5,6 @@ import (
"loafle.com/overflow/commons_go/matcher/snmp"
"loafle.com/overflow/crawler_go"
config "loafle.com/overflow/agent_api/config_manager"
"log"
)
type SNMPV2CHeahthCrawler struct {
@ -13,7 +12,6 @@ type SNMPV2CHeahthCrawler struct {
}
func (r *SNMPV2CHeahthCrawler)Internal(params config.Config) ([]byte, error) {
log.Println("????????????????????????????????")
b, err := r.CheckHeahth(params)
if err != nil {
return nil, err