摘要:
package mainimport ( "flag" "fmt" "golang.org/x/crypto/ssh" "log" "net" "os" "time")func connect_host(user, password, host string, port int) (*ssh.Ses 阅读全文
摘要:
#!/usr/bin/python# -*- coding:utf8 -*- """ """ import json, sys, argparsefrom zabbix_api import ZabbixAPIimport urllib2import osimport datetimeimport 阅读全文