天兔監(jiān)控SQL Azure報錯的解決方法是什么,針對這個問題,這篇文章詳細介紹了相對應(yīng)的分析和解答,希望可以幫助更多想解決這個問題的小伙伴找到更簡單易行的方法。
成都創(chuàng)新互聯(lián)公司專業(yè)為企業(yè)提供鼓樓網(wǎng)站建設(shè)、鼓樓做網(wǎng)站、鼓樓網(wǎng)站設(shè)計、鼓樓網(wǎng)站制作等企業(yè)網(wǎng)站建設(shè)、網(wǎng)頁設(shè)計與制作、鼓樓企業(yè)網(wǎng)站模板建站服務(wù),10多年鼓樓做網(wǎng)站經(jīng)驗,不只是建網(wǎng)站,更提供有價值的思路和整體網(wǎng)絡(luò)服務(wù)。
今天新增了兩臺SQL Azure,需要加入到天兔監(jiān)控里進行監(jiān)控,但加完后發(fā)現(xiàn)界面里顯示失敗。
天兔日志有如下錯誤信息:
# cat /usr/local/lepus/logs/lepus.log
..............................................................................................
2017-10-23 08:08:15 [WARNING] check sqlserver sc-stable.database.chinacloudapi.cn:1433 :
(40615, "Cannot open server 'sc-stable' requested by the login. Client with IP address
'54.222.221.177' is not allowed to access the server.
To enable access, use the Windows Azure Management Portal or run sp_set_firewall_rule on the master database
to create a firewall rule for this IP address or address range.
It may take up to five minutes for this change to take effect.DB-Lib error message 40615,
severity 14:\nGeneral SQL Server error: Check messages from the SQL Server\nDB-Lib error message 20002, severity 9:\nAdaptive Server connection failed\n")
...............................................................................................
根據(jù)日志內(nèi)容判斷應(yīng)該是SQL Azure的防火墻拒絕了來自IP為54.222.221.177的連接。
解決方案:
用Navicat連接SQLServer數(shù)據(jù)庫,右鍵-->SQL Azure防火墻規(guī)則
添加54.222.221.177網(wǎng)段,比如:
添加完后重啟天兔進程后問題得到解決:
[root@c58c333ef639 logs]# lepus stop
lepus processes id 17026 been stop
lepus processes id 17042 been stop
lepus processes id 17370 been stop
lepus processes id 17546 been stop
lepus processes id 17594 been stop
lepus processes id 17625 been stop
[root@c58c333ef639 logs]# /usr/local/sbin/lepus: line 16: 17026 Terminated nohup python lepus.py &>logs/lepus.log
[root@c58c333ef639 logs]# lepus start
lepus server start success!
再次查看界面顯示正常:
關(guān)于天兔監(jiān)控SQL Azure報錯的解決方法是什么問題的解答就分享到這里了,希望以上內(nèi)容可以對大家有一定的幫助,如果你還有很多疑惑沒有解開,可以關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道了解更多相關(guān)知識。