configuration-templates

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 178  →  ?path2? @ 179
/monit/debian/templates/ifaddr.sh
@@ -0,0 +1,3 @@
#!/bin/sh
[ ! -z `ip -o -4 addr show dev $1 | cut -d' ' -f7 | cut -d'/' -f1` ] || exit 1
exit 0