差異處
這裏顯示兩個版本的差異處。
| tech:librenms:checkmssql [2020/05/25 18:35] – 建立 jonathan_tsai | tech:librenms:checkmssql [2020/07/03 17:22] (目前版本) – jonathan_tsai | ||
|---|---|---|---|
| 行 1: | 行 1: | ||
| + | ====== nagios plugins - check_mssql_health ====== | ||
| + | |||
| + | * 返回 [[tech: | ||
| + | |||
| + | * 安裝環境 : CentOS Linux release 7.8.2003 (Core) | ||
| + | * 安裝程序 | ||
| + | * FreeTDS | ||
| + | * <code sh>yum install freetds -y</ | ||
| + | * / | ||
| + | : | ||
| + | [global] | ||
| + | # TDS protocol version | ||
| + | tds version = 7.2 | ||
| + | |||
| + | : | ||
| + | # If you get out-of-memory errors, it may mean that your client | ||
| + | # is trying to allocate a huge buffer for a TEXT field. | ||
| + | # Try setting 'text size' to a more reasonable limit | ||
| + | text size = 64512 | ||
| + | client charset = UTF-8 | ||
| + | |||
| + | # A typical Sybase server | ||
| + | : | ||
| + | </ | ||
| + | * / | ||
| + | [FreeTDS] | ||
| + | Description = Freetds v 0.95 | ||
| + | Driver = / | ||
| + | </ | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | ===== 參考網址 ===== | ||
| + | * https:// | ||
| + | |||
| + | {{tag> | ||
| + | |||