diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2014-12-11 14:30:43 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2014-12-11 14:30:43 +0000 |
commit | c229e72929f80a64c30810e279d8904b8b33456e (patch) | |
tree | 71d16215bfb8984ee5e2da893041912e3ebdd711 /scripts/drbd.status | |
parent | Move dhcp into its own folder (diff) | |
download | config-c229e72929f80a64c30810e279d8904b8b33456e.tar.bz2 config-c229e72929f80a64c30810e279d8904b8b33456e.tar.xz config-c229e72929f80a64c30810e279d8904b8b33456e.zip |
Big refresh
Diffstat (limited to 'scripts/drbd.status')
-rwxr-xr-x | scripts/drbd.status | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/drbd.status b/scripts/drbd.status new file mode 100755 index 0000000..3a5a61d --- /dev/null +++ b/scripts/drbd.status @@ -0,0 +1,3 @@ +#!/bin/bash + +cat /proc/drbd | grep cs: | grep -v cs:Connected |