statistics-channels { inet 192.168.0.60 port 8080 allow { 192.168.0.252; }; }; 测试并放开端口 #yum install -y libxml2 #named-checkconf #service named restart 看到的结果,WEB访问的结果跟nginx的status模块类似,提供的数值很多,也可供nagios等监控软件进行监控: 灿哥推荐Dnstop试玩了一下 #yum install...
statistics-channels { inet 192.168.0.60 port 8080 allow { 192.168.0.252; }; }; 测试并放开端口 #yum install -y libxml2 #named-checkconf #service named restart 看到的结果,WEB访问的结果跟nginx的status模块类似,提供的数值很多,也可供nagios等监控软件进行监控: 灿哥推荐Dnstop试玩了一下 #yum install...
SyslogIdentifier=bind_exporter Restart=always [Install] WantedBy=multi-user.target 加载并启动bind_export systemctl daemon-reload systemctl restart bind_exporter.service 在/etc/named.conf中添加如下内容,注意“statistics-channels”是与“options”并列的,而不是位于“options”内部 statistics-channels { inet127...
SyslogIdentifier=bind_exporter Restart=always [Install] WantedBy=multi-user.target 加载并启动bind_export systemctl daemon-reload systemctl restart bind_exporter.service 在/etc/named.conf中添加如下内容,注意“statistics-channels”是与“options”并列的,而不是位于“options”内部 statistics-channels { inet127...
statistics-channels{inet127.0.0.1port8053allow{any;};};sudo systemctl restart named 创建Prometheus用户组和用户 sudo groupadd--system prometheus sudo useradd-s/sbin/nologin--system-g prometheus prometheus 创建systemd配置 sudo tee/etc/systemd/system/bind_exporter.service<<EOF[Unit]Description=Prometheus...
BIND9管理员参考手册-9.14.1
配置BIND 需要打开一个 statistics channel ,建议 BIND Exporter 和 BIND 运行在同一台机器上,或者容器的同一个网桥上,这样只需要打开一个端口就可以了。 statistics-channels { inet 127.0.0.1 port 8053 allow { 127.0.0.1; }; }; 1. 2. 3.
在named.conf 下面加入如下参数:开启Dns列表,定义监听statistics-channels options { zone-statistics yes; } statistics-channels { inet * port 8053 allow { 10.10.0.0/24; }; }; 举例,我使用的是 dynzone-key,这个在项目的settings里KEY_NAME="dynzone-key"可以自定义,不想修改我的代码就使用默认的 ...
BIND9管理员参考手册-9.11.3
SyslogIdentifier=bind_exporter Restart=always[Install]WantedBy=multi-user.target 加载并启动bind_export 代码语言:javascript 复制 systemctl daemon-reload systemctl restart bind_exporter.service 在/etc/named.conf中添加如下内容,注意“statistics-channels”是与“options”并列的,而不是位于“options”内部 ...