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
88392
Files:
FileDescription
check_openflow.ccheck_openflow.c
Nagios CSP

Meet The New Nagios Core Services Platform

Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.

Monitoring Made Magically Better

  • Nagios Core on Overdrive
  • Powerful Monitoring Dashboards
  • Time-Saving Configuration Wizards
  • Open Source Powered Monitoring On Steroids
  • And So Much More!
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'