X-Git-Url: https://git.siccegge.de//index.cgi?p=dane-monitoring-plugins.git;a=blobdiff_plain;f=README.md;h=db43cbf0cafde8d4654e2210f7eafcbb5af41c9e;hp=13d79efede1b54a21227acde0acd9cd21bc5f901;hb=7f0632cb96dfdaca593c75cb1d504f2cd013f6e6;hpb=3802771a4750bb8666b6f610850b2573e2823285 diff --git a/README.md b/README.md index 13d79ef..db43cbf 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ +# Scope + +The set of monitoring plugins in this repository is intended to serve +as icinga / nagios / .. checks for DANE enabled network services. The +central functionality therefore is checking whether the services +conforms with the DANE records. However, all service plugins are also +supposed to work as *the* plugin for each service and should be able +to monitor all relevant properties. + # Getting the Code The main repository is located at [git.siccegge.de][1] but mirrors can @@ -11,7 +20,8 @@ processed by mail as well as on both platforms. # Dependencies The plugins need pyasn1, pyasn1-modules and pyunbound as well as -python3. Unfortunately the unbound package in Debian only provides +python3. The check_dnssec module needs additionally the python ldns +module. Unfortunately the unbound package in Debian only provides python2 modules currently. Building pyunbound from source works fine however.