diff --git a/build.txt b/build.txt index 41c8fc2..876e06e 100644 --- a/build.txt +++ b/build.txt @@ -53,5 +53,7 @@ check_service-restart 1.0.0 check_long-procs.pl 1.0 check_drupal-cron 0.5 check_pgactivity 1.25 +check_topology-bolts 1.0 +check_topology 1.0 # vim: set ts=2 sw=2 et : # diff --git a/check_topology b/check_topology new file mode 100755 index 0000000..d53046b --- /dev/null +++ b/check_topology @@ -0,0 +1,97 @@ +#!/bin/bash +# +# Author: Bart Janssens +# Email: bjanssens@inuits.eu +# Date: Wed Apr 6 2016 +# +# Requires the jq package to work +# +showhelp () { +cat <