Skip to content

Nagios / Shinken script to get conntrack usage (in python!)

Notifications You must be signed in to change notification settings

bbuivn/check_conntrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

check_conntrack.py

This is a Nagios / Shinken script to get the conntrack usage in percent.

It works for two linux families:

  • Debian
    • Debian
    • Ubuntu
  • RedHat
    • RedHat
    • Centos

Manualy force the Linux family

You can enforce the Linux Family of you (only Debian or RedHat) by uncommenting one of these lines:

#linuxFamily = 'debian'    # Enforce debian linuxFamily
#linuxFamily = 'redhat'    # Enforce redhat linuxFamily

About

Nagios / Shinken script to get conntrack usage (in python!)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages