Cacti 監控 SQL Server 資料庫圖文詳解

來源:互聯網
上載者:User

標籤:cacti   監控   

模板下載:

(1)可以直接下載本站發布的 Cnyunwei-Cacti+Nagios 整合全自動安裝ISO進行安裝,已整合此模板及更多的使用外掛程式模板
(2)可以直接去官方論壇下載最新的模板 http://forums.cacti.net/viewtopic.php?f=12&t=38135

php-mssql配置:

cacti的機器上必須有php-mssql驅動
php -m | grep mssql 查看是否有mssql,如沒有安裝的話,直接yum安裝即可

yum install php-mssql -y

Cacti配置:

1、匯入增加ms sql監控模板 Console – Import Templates \ 瀏覽 選擇

cacti_host_template_windows_-_sql_server.xml    save

匯入後graph templates包含:

Windows - SQL Server - Backup/Restore I/O
Windows - SQL Server - Buffer Cache
Windows - SQL Server - Connections
Windows - SQL Server - Log Cache
Windows - SQL Server - Log Flush I/O
Windows - SQL Server - Log Flushes
Windows - SQL Server - Memory
Windows - SQL Server - Page I/O
Windows - SQL Server - Page Splits
Windows - SQL Server - Procedure Cache
Windows - SQL Server - Processes Blocked
Windows - SQL Server - SQL Compilations
Windows - SQL Server - Table Scans
Windows - SQL Server - Temp Tables
Windows - SQL Server - Transactions

2、上傳ss_win_mssql.php到 cacti目錄下的scripts目錄裡,並賦予許可權

3、sqlserver 執行語句 給予監控許可權,還有防護牆要給予1433連接埠對應的ip存取權限

USE master

CREATE LOGIN cactistats WITH PASSWORD=N‘www.cnyunwei.com‘, DEFAULT_DATABASE= master,DEFAULT_LANGUAGE=us_english, CHECK_EXPIRATION=OFF,CHECK_POLICY=OFF

EXEC sys.sp_addsrvrolemember @loginame = N‘cactistats‘, @rolename =  N‘processadmin‘

CREATE USER cactistats FOR LOGIN cactistats WITH DEFAULT_SCHEMA=dbo

GRANT SELECT ON sys.dm_os_performance_counters TO cactistats

4、在要監控的MS SQL伺服器上,建立相應的使用者,注意密碼設定後,修改ss_win_mssql.php裡的密碼與之對應

function ss_win_mssql ($hostname, $cmd, $username = NULL, $password = NULL) {
        list($host, $port) = explode(‘:‘, $hostname);
        $port = ($port == ‘‘ ? ‘1433‘ : $port);
        $username = ($username == NULL ? ‘cactistats‘ : $username);
        $password = ($password == NULL ? ‘www.cnyunwei.com‘ : $password);

5、在添加監控裝置時,Host Template 選擇 ”Windows – SQL Server”

指令碼測試:
/usr/bin/php -q /var/www/html/scripts/ss_win_mssql.php 122.xxx.xxx.xxx scans cactistats www.cnyunwei.com
fullscans:114947 rangescans:4428184 probescans:4228710 indexsearches:8975892

php /usr/local/cacti/scripts/ss_win_mssql.php 122.xxx.xxx.xxx connections

userconnections:10

部分監控圖片展示:

650) this.width=650;" src="http://s3.51cto.com/wyfs02/M01/4C/06/wKiom1Q2p8OArvIxAAVXscIi0Gg425.jpg" style="float:none;" title="135022imydknqoloozlwe7.jpg" alt="wKiom1Q2p8OArvIxAAVXscIi0Gg425.jpg" />

650) this.width=650;" src="http://s3.51cto.com/wyfs02/M02/4C/08/wKioL1Q2p_uTJy8hAATNV-qOA0A044.jpg" style="float:none;" title="135021imaa8jj99kkc22dp.jpg" alt="wKioL1Q2p_uTJy8hAATNV-qOA0A044.jpg" />

650) this.width=650;" src="http://s3.51cto.com/wyfs02/M01/4C/08/wKioL1Q2p_rRwJSwAASm8go6YQw001.jpg" style="float:none;" title="135021b7p7zqqp7o4o4llp.jpg" alt="wKioL1Q2p_rRwJSwAASm8go6YQw001.jpg" />


本文出自 “營運” 部落格,請務必保留此出處http://cnyunwei.blog.51cto.com/21929/1561922

Cacti 監控 SQL Server 資料庫圖文詳解

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.