Liu
Liu
ipmitool is worked in command mode ipmitool -I lanplus -H 192.168.3.246 -U Administrator -P pass@2O2O sensor get "CPU1 DTS" Locating sensor record... Sensor ID : CPU1 DTS (0x6) Entity ID...
i changed driver, but not works. driver: "LAN_2_0"
emm, it worked, while i put the driver to default module, why? is this need i place all my parameter to the default module? and then the custom module input...
It requires me to put all the parameters (account, password, driver, or whatever) into the default module, so how do I monitor if I have dozens or even thonds of...
请教一下,proxy的查询示例有吗,这里的写入OK,但是查询一直失败
curl -v -XGET 'http://10.133.146.250:6666/query" --data-urlencode "db=db3' --data-urlencode "q='SELECT * FROM cpu WHERE time < now() limit 10'" 通过python客户脚本查询是可以的,但是通过query接口curl查询就会失败
* About to connect() to 10.133.146.250 port 6666 (#0) * Trying 10.133.146.250... * Connected to 10.133.146.250 (10.133.146.250) port 6666 (#0) > GET /query" --data-urlencode "db=db3 HTTP/1.1 > User-Agent: curl/7.29.0 >...
这里实际cpu表是有数据的, GET模式总是会提示database not exist
新插入的1000条数据,然后后post查询 [roocurl -v -XPOST 'http://10.133.146.250:6666/query' --data-urlencode "db=db3" --data-urlencode "q=SELECT host FROM cpu where time< now()" * About to connect() to 10.133.146.250 port 6666 (#0) * Trying 10.133.146.250... * Connected to...
直接查host字段的time条件是查不出结果的... > SELECT host FROM cpu where time < now() > SELECT * FROM cpu where time < now() limit 10 name: cpu time host region value ---- ---- ------...