diff options
author | Bala.FA <barumuga@redhat.com> | 2014-04-16 17:07:34 +0530 |
---|---|---|
committer | Sahina Bose <sabose@redhat.com> | 2014-05-16 03:55:21 -0700 |
commit | 272b5c54c3ab0f3c7117feec2bfdeb5d62cfdead (patch) | |
tree | 225081012d0cb943127deca9cd76634062ab81c5 /tests/test_network_dataFile.py | |
parent | aa44342bc8ddc2e24b66542ff07118cb416fcc93 (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/test_network_dataFile.py')
-rw-r--r-- | tests/test_network_dataFile.py | 162 |
1 files changed, 0 insertions, 162 deletions
diff --git a/tests/test_network_dataFile.py b/tests/test_network_dataFile.py deleted file mode 100644 index f74157c..0000000 --- a/tests/test_network_dataFile.py +++ /dev/null @@ -1,162 +0,0 @@ -# -# Copyright 2014 Red Hat, Inc. -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA -# -# Refer to the README and COPYING files for full details of the license -# - -SHOW_NETWORK_STATUS_UNKNOWN_IP = {} - -SHOW_NETWORK_STATUS_UNKNOWN_OP = \ - {'message': "IFACE UNKNOWN", 'exit_status': 3} - -SHOW_NETWORK_STATUS_OK_IP = \ - {'date': '2014-03-11', - 'utc': '1', 'interval': '60', - 'network': - {'net-dev': - [{'rxmcst': '0.00', - 'iface': 'tun0', 'rxkB': '11.44', - 'rxpck': '13.28', 'txpck': '13.51', - 'txkB': '1.28', 'txcmp': '0.00', - 'rxcmp': '0.00'}, - {'rxmcst': '0.00', 'iface': 'wlp3s0', - 'rxkB': '12.60', 'rxpck': '13.73', - 'txpck': '13.60', 'txkB': '2.72', - 'txcmp': '0.00', 'rxcmp': '0.00'}, - {'rxmcst': '0.00', 'iface': 'lo', - 'rxkB': '0.04', 'rxpck': '0.12', - 'txpck': '0.12', 'txkB': '0.04', - 'txcmp': '0.00', 'rxcmp': '0.00'}, - {'rxmcst': '0.00', 'iface': 'virbr0-nic', - 'rxkB': '0.00', 'rxpck': '0.00', - 'txpck': '0.00', 'txkB': '0.00', - 'txcmp': '0.00', 'rxcmp': '0.00'}, - {'rxmcst': '0.00', 'iface': 'virbr0', - 'rxkB': '0.00', 'rxpck': '0.00', - 'txpck': '0.00', 'txkB': '0.00', - 'txcmp': '0.00', 'rxcmp': '0.00'}, - {'rxmcst': '0.02', 'iface': 'em1', - 'rxkB': '0.21', 'rxpck': '2.23', - 'txpck': '0.40', 'txkB': '0.03', - 'txcmp': '0.00', 'rxcmp': '0.00'}], - 'per': 'second'}, - 'time': '07:00:01'} - -SHOW_NETWORK_STATUS_OK_OP = \ - {'message': "IFACE OK: tun0, wlp3s0, lo, " - "virbr0-nic, virbr0, em1 |tun0.rxpck=13.28 " - "tun0.txpck=13.51 tun0.rxkB=11.44 tun0.txkB=" - "1.28 wlp3s0.rxpck=13.73 wlp3s0.txpck=13.60 " - "wlp3s0.rxkB=12.60 wlp3s0.txkB=2.72 lo.rxpck=" - "0.12 lo.txpck=0.12 lo.rxkB=0.04 lo.txkB=0.04" - " virbr0-nic.rxpck=0.00 virbr0-nic.txpck=0.00" - " virbr0-nic.rxkB=0.00 virbr0-nic.txkB=0.00 " - "virbr0.rxpck=0.00 virbr0.txpck=0.00 " - "virbr0.rxkB=0.00 virbr0.txkB=0.00 em1.rxpck=" - "2.23 em1.txpck=0.40 em1.rxkB=0.21 em1.txkB=" - "0.03", 'exit_status': 0} - -SHOW_NETWORK_STATUS_INCLUDE_IP = \ - {'date': '2014-03-11', - 'utc': '1', 'interval': '60', - 'network': - {'net-dev': - [{'rxmcst': '0.00', - 'iface': 'tun0', 'rxkB': '11.44', - 'rxpck': '13.28', 'txpck': '13.51', - 'txkB': '1.28', 'txcmp': '0.00', - 'rxcmp': '0.00'}, - {'rxmcst': '0.00', 'iface': 'wlp3s0', - 'rxkB': '12.60', 'rxpck': '13.73', - 'txpck': '13.60', 'txkB': '2.72', - 'txcmp': '0.00', 'rxcmp': '0.00'}, - {'rxmcst': '0.00', 'iface': 'lo', - 'rxkB': '0.04', 'rxpck': '0.12', - 'txpck': '0.12', 'txkB': '0.04', - 'txcmp': '0.00', 'rxcmp': '0.00'}, - {'rxmcst': '0.00', 'iface': 'virbr0-nic', - 'rxkB': '0.00', 'rxpck': '0.00', - 'txpck': '0.00', 'txkB': '0.00', - 'txcmp': '0.00', 'rxcmp': '0.00'}, - {'rxmcst': '0.00', 'iface': 'virbr0', - 'rxkB': '0.00', 'rxpck': '0.00', - 'txpck': '0.00', 'txkB': '0.00', - 'txcmp': '0.00', 'rxcmp': '0.00'}, - {'rxmcst': '0.02', 'iface': 'em1', - 'rxkB': '0.21', 'rxpck': '2.23', - 'txpck': '0.40', 'txkB': '0.03', - 'txcmp': '0.00', 'rxcmp': '0.00'}], - 'per': 'second'}, - 'time': '07:00:01'} - -SHOW_NETWORK_STATUS_INCLUDE_OP = \ - {'message': "IFACE OK: lo |lo.rxpck=0.12 " - "lo.txpck=0.12 lo.rxkB=0.04 lo.txkB=0.04", - 'exit_status': 0} - -SHOW_NETWORK_STATUS_EXCLUDE_IP = \ - {'date': '2014-03-11', - 'utc': '1', 'interval': '60', - 'network': - {'net-dev': - [{'rxmcst': '0.00', - 'iface': 'tun0', 'rxkB': '11.44', - 'rxpck': '13.28', 'txpck': '13.51', - 'txkB': '1.28', 'txcmp': '0.00', - 'rxcmp': '0.00'}, - {'rxmcst': '0.00', 'iface': 'wlp3s0', - 'rxkB': '12.60', 'rxpck': '13.73', - 'txpck': '13.60', 'txkB': '2.72', - 'txcmp': '0.00', 'rxcmp': '0.00'}, - {'rxmcst': '0.00', 'iface': 'lo', - 'rxkB': '0.04', 'rxpck': '0.12', - 'txpck': '0.12', 'txkB': '0.04', - 'txcmp': '0.00', 'rxcmp': '0.00'}, - {'rxmcst': '0.00', 'iface': 'virbr0-nic', - 'rxkB': '0.00', 'rxpck': '0.00', - 'txpck': '0.00', 'txkB': '0.00', - 'txcmp': '0.00', 'rxcmp': '0.00'}, - {'rxmcst': '0.00', 'iface': 'virbr0', - 'rxkB': '0.00', 'rxpck': '0.00', - 'txpck': '0.00', 'txkB': '0.00', - 'txcmp': '0.00', 'rxcmp': '0.00'}, - {'rxmcst': '0.02', 'iface': 'em1', - 'rxkB': '0.21', 'rxpck': '2.23', - 'txpck': '0.40', 'txkB': '0.03', - 'txcmp': '0.00', 'rxcmp': '0.00'}], - 'per': 'second'}, - 'time': '07:00:01'} - -SHOW_NETWORK_STATUS_EXCLUDE_OP = \ - {'message': "IFACE OK: tun0, wlp3s0, virbr0-nic" - ", virbr0, em1 |tun0.rxpck=13.28 tun0.txpck=13.51" - " tun0.rxkB=11.44 tun0.txkB=1.28 wlp3s0.rxpck=13.73" - " wlp3s0.txpck=13.60 wlp3s0.rxkB=12.60 wlp3s0.txkB=" - "2.72 virbr0-nic.rxpck=0.00 virbr0-nic.txpck=0.00 " - "virbr0-nic.rxkB=0.00 virbr0-nic.txkB=0.00 " - "virbr0.rxpck=0.00 virbr0.txpck=0.00 virbr0.rxkB=" - "0.00 virbr0.txkB=0.00 em1.rxpck=2.23 em1.txpck=" - "0.40 em1.rxkB=0.21 em1.txkB=0.03", 'exit_status': 0} - -SHOW_NETWORK_STATUS_EXCEPTION_IP = \ - {'date': '2014-03-11', - 'utc': '1', 'interval': '60', - 'network': "test"} - -SHOW_NETWORK_STATUS_EXCEPTION_OP = \ - {'message': 'key: string indices must be integers' - ', not str not found', 'exit_status': 3} |