ここでは、Xymonマネージャから監視できる項目についてご説明いたします。
標準で監視できる項目や、コンパイル時にSSLライブラリ追加で監視できる項目。またパッケージ追加で監視できる三つの分類でご紹介いたします。
標準機能で監視できる項目
Xymonでは、以下のようなサービス(項目)が標準機能で監視可能になっています。
conn | 監視の基本となるPing応答の監視です。ホストを追加するとデフォルトで監視が追加されます。Ping監視を除外する事も可能です。 |
---|---|
http | ホームページ等のHTTPの応答監視です。応答コードにより正常・異常を判別します。 |
ftp | FTPサービスの応答監視です。 |
ssh | SSH(SecureShell)サービスの応答監視です。 |
telnet | Telnetサービスの応答監視です。 |
smtp | SMTP(Mail Server)の応答監視です。 |
pop3 | POP3サービスの応答監視です。 |
imap | IMAPサービスの応答監視です。 |
nntp | NNTP(News)サービスの応答監視です。 |
ldap | LDAP(Directoryserver)サービスの応答監視です。コンパイル時に、LDAPを有効にしている場合に監視可能となります。 |
rsync | rsyncサービスの応答監視です。 |
bbd | Xymonマネージャのデーモンに関する応答監視です。 |
clamd | CLAM anti-virusサービスの応答監視です。 |
spamd | SpamAssassinanti-spamサービスの応答監視です。 |
oratns | OracleTNSlistenerの応答監視です。 |
qmtp | Qmailのqmtpdサービスの応答監視です。 |
qmqp | Qmailのqmqpdサービスの応答監視です。 |
SSLを有効にした際に監視可能となる項目
またコンパイル時にSSLを有効にしている場合に、以下の項目が監視可能となります。
「./configure」実行時の以下の部分の応答です。
Xymon can use the OpenSSL library to test SSL-enabled services
like POP3S, IMAPS, NNTPS and TELNETS. If you have the OpenSSL
library installed, I recommend that you enable this.
Do you want to be able to test SSL-enabled services (y) ? [Enter]
https | ホームページ等のHTTPSの応答監視です。応答コードにより正常・異常を判別します。 |
---|---|
ftps | FTPSサービスの応答監視です。 |
telnets | こんなサービス聞いた事ないような… |
smtps | SMTPS(Mail Server)の応答監視です。 |
pop3s | POP3Sサービスの応答監視です。 |
imaps | IMAPSサービスの応答監視です。 |
nntps | NNTPS(News)サービスの応答監視です。 |
ldaps | Secure LDAP (Directory) server test. Enter the full LDAP URI if Xymon is configured with LDAP support. Note that this is only possible when Xymon is built with the OpenLDAP v2.x client library, and only for LDAP servers that support LDAP version 3 and the “starttls” command. LDAP server that use the older non-standard method of tunnelling LDAP through SSL on port 636 will not work. |
コマンド(パッケージ)追加で監視できる項目
またコマンド(パッケージ)を追加する事で以下の2項目も監視可能となります。
ntp | NTP (Network Time protocol) server test, using the “ntpdate” command. |
---|---|
rpc | RPC service test. This queries the portmapper service on the server, using the “rpcinfo” command. See the hosts.cfg(5) man-page for details on how to test for specific RPC services. |
おわりに(次回は)
Xymonマネージャから監視できる項目は把握できたでしょうか?
次回は、Xymonの監視対象ホストの登録方法につていご紹介いたします。
Xymonの設定ファイル(②-1)、Xymonマネージャから監視できる項目(②-2)を把握したところで、本格的な監視設定に入っていきましょう。 監視対象ホストの追加等は、設定ファイル「hosts.cfg」を修正して行いま …