其他的都正常上报了,可是MsSQL和IIS始终是提示:MsSQL Monitor is disabled,IIS Monitor is disabled,这个怎么办?
"debug": true,
"logfile": "windows.log",
"hostname": "",
"ip": "",
"iis":{
"enabled": true,
"websites": [
"Default Web Site"
]
},
"mssql":{
"enabled": true,
"addr":"127.0.0.1",
"port":1433,
"username":"sa",
"password":"sa",
"encrypt":"disable",
"instance": [
"MyDB"
]
},
其他的都正常上报了,可是MsSQL和IIS始终是提示:MsSQL Monitor is disabled,IIS Monitor is disabled,这个怎么办?
"debug": true,
"logfile": "windows.log",
"hostname": "",
"ip": "",
"iis":{
"enabled": true,
"websites": [
"Default Web Site"
]
},
"mssql":{
"enabled": true,
"addr":"127.0.0.1",
"port":1433,
"username":"sa",
"password":"sa",
"encrypt":"disable",
"instance": [
"MyDB"
]
},