FreeBSD Apinger 介绍( 二 )

<參數> }## 參數可以採用預設,也就是上方設定的target defult{},並可以加上敘述(description).## Each one defined with:## target{ 【FreeBSD Apinger 介绍】... }## The parameters are those described above in the "target default" section## plus the "description" parameter.## theshould be IPv4 or IPv6 address (not hostname!)target "127.0.0.1" { description "localhost IPv4"; }採用預設值偵測 127.0.0.1 , 並對該裝置加上敘述為"localhost IPv4"target "::1" {description "localhost IPv6";# 針對IPv6的localhost偵測,但只偵測"down", #也就是當介面沒有回應才發出警告訊息 # generate _only_ "down" alarms # "alarms" directive without "override" keyWord adds alarms to the default list alarms override "down";} 4.FAQ1.alarm pinger是一種網路監控工具,可以週期性的偵測網路設備的可達性及其品質.2.alarm pinger目前為止,並不能夠針對服務進行監控,因為apinger是透過ICMP的回應判斷.3.alarm pinger目前為止,也無法使用非ICMP的協定,如TCP/UDP4.由於透過DNS解出的IP可能有很多個,所以apinger也不能使用hostname.5.若你不想要收到訊息,你可以透過註解(#)設定檔中的mailto及mailfrom取消.5.作者Jacek Konieczny http://www.bnet.pl/~jajcus/apinger/ 6.參考資料apinger.conf

推荐阅读