Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check_openflow

Rating
0 votes
Favoured:
0
Current Version
0.1
Last Release Date
2011-09-13
Compatible With
  • Nagios 3.x
License
GPL
Hits
88157
Files:
FileDescription
check_openflow.ccheck_openflow.c
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
Check_openflow checks the state, description, flow-table information of
specified switch with openflow protocol support.
* Usage:
*
* 1. check openvswitch uptime
* e.g local server: ./check_openflow t -h 'tcp:127.0.0.1:6634'

* 2. check openvswitch description
* e.g local server: ./check_openflow d -h 'tcp:127.0.0.1:6634'
*
* 3. check openvswitch link status
* e.g local server: ./check_openflow e -h 'tcp:127.0.0.1:6634' -n'eth0'
*
* 4. check openvswitch port information
* e.g local server: ./check_openflow p -h 'tcp:127.0.0.1:6634' -o'1' //1=port 1;2=port 2
*
* 5. check openvswitch flow-table information
* e.g local server: ./check_openflow f -h 'tcp:127.0.0.1:6634'