summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorBala.FA <barumuga@redhat.com>2014-04-16 17:07:34 +0530
committerSahina Bose <sabose@redhat.com>2014-05-16 03:55:21 -0700
commit272b5c54c3ab0f3c7117feec2bfdeb5d62cfdead (patch)
tree225081012d0cb943127deca9cd76634062ab81c5 /tests/Makefile.am
parentaa44342bc8ddc2e24b66542ff07118cb416fcc93 (diff)
network: show only interfaces having IP addresses
Network plugin for Nagios provides status and performance data of network interfaces. By default, it provides details of all the interfaces having IP addresses The plugin can be used to get status of specific interface: $ python network.py -i em1 get status except specific interface: $ python network.py -e em1 get status of all interfaces: $ python network.py -a Change-Id: If3cc2e4c00c866ce1a3c839a643d63b1e23ff8ea Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1085237 Signed-off-by: Bala.FA <barumuga@redhat.com> Reviewed-on: http://review.gluster.org/7588 Reviewed-by: Sahina Bose <sabose@redhat.com> Tested-by: Sahina Bose <sabose@redhat.com>
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 0777a27..cdf62d4 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -28,7 +28,6 @@ test_modules = \
test_memory.py \
test_memory_dataFile.py \
test_network.py \
- test_network_dataFile.py \
test_sadf.py \
test_swap.py \
test_swap_dataFile.py \