Check whether BIND is running and to get the performance data via rndc stats
http://exchange.nagios.org/directory/Plugins/Network-Protocols/DNS/check_bind-2Esh/details
check_bind.sh is a Nagios plugin to check the bind daemon whether it's running
via its pid file and then gets the statistics via rndc stats. The user that run
the script needs the ability to 'sudo rndc stats'! The timeframe in which the
rndc stats output is updated is controlled by the check interval. The output
shows amount of requests of various types occured during the last check
interval. The script itself is written sh-compliant and free software under the
terms of the GPLv2 (or later).
- Developed at server:monitoring
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:FactoryCandidates/monitoring-plugins-bind && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
LICENSE | 0000054096 52.8 KB | |
check_bind-fix-bashisms.patch | 0000001446 1.41 KB | |
check_bind.php | 0000003144 3.07 KB | |
check_bind.sh | 0000011633 11.4 KB | |
monitoring-plugins-bind.changes | 0000001080 1.05 KB | |
monitoring-plugins-bind.spec | 0000002982 2.91 KB | |
monitoring-plugins-bind_-_use_path_tmp.patch | 0000000283 283 Bytes |
Revision 4 (latest revision is 5)
Dominique Leuenberger (dimstar_suse)
accepted
request 890401
from
Lars Vogdt (lrupp)
(revision 4)
- check_bind.sh uses a static temporary file, allowing users to break the script by creating the same file with permissions that don't allow the nagios user to write to it (bsc#1183201). + added monitoring-plugins-bind_-_use_path_tmp.patch
Comments 0