2025-10-08から1日間の記事一覧

bind ログ logging

BIND Logging - some basic recommendations named9デーモンのデフォルト・ロギングに使用される4つの定義済みチャンネルは、以下の通りである。 channel "default_syslog" { syslog daemon; // send to syslog's daemon // facility severity info; // only…

nagios check_dns check_dig

https://github.com/nagios-plugins/nagios-pluginsFreeBSD pkg は check_dig が入るhttps://www.freshports.org/net-mgmt/nagios-plugins/ Examples: check_dig -H DNSSERVER -l www.example.com -A "+tcp" This will send a tcp query to DNSSERVER for ww…

nagios monitoring-plugin-check_domain FreeBSD

https://github.com/glensc/monitoring-plugin-check_domainhttps://raw.githubusercontent.com/glensc/monitoring-plugin-check_domain/refs/heads/master/check_domain.shGNU getopt GNU date (gdate) が必要 sudo pkg install getopt sudo pkg install co…