Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
mgong
bymgong, May 18, 2010
It is very good script, but few things:
** pysnmp is required to install old version which is pysnmp-2.0.9-3
** The following changes should be made in the script:
Use int() to make sure they all are same type. otherwise the "if...else" wont work properly.
elif int(vals[0])
** pysnmp is required to install old version which is pysnmp-2.0.9-3
** The following changes should be made in the script:
Use int() to make sure they all are same type. otherwise the "if...else" wont work properly.
elif int(vals[0])