Skip to content

Commit

Permalink
Fortigate SNMP Monitor 1.2.1
Browse files Browse the repository at this point in the history
git-svn-id: http://zenpacks.zenoss.org/svn/zenpacks@941 db08cffe-75b9-45d1-af1a-46ad9ef135f6
  • Loading branch information
Matt Ray committed Aug 31, 2010
1 parent a3ced56 commit 13dccc0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ Added event mapping for cpu traps
Added event mapping for apparent extraneous trap
Bound template to fortinet device class

8.26.2010 - Dave Noles <dave@noles.co.uk> - 1.2.1
Fix unicode error for 3.0 compatability
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
# or saved. Do not modify them directly here.
# NB: PACKAGES is deprecated
NAME = "ZenPacks.community.Fortigate"
VERSION = "1.2"
AUTHOR = "José Gerez"
VERSION = "1.2.1"
AUTHOR = "Jose Gerez"
LICENSE = ""
NAMESPACE_PACKAGES = ['ZenPacks', 'ZenPacks.community']
PACKAGES = ['ZenPacks', 'ZenPacks.community', 'ZenPacks.community.Fortigate']
INSTALL_REQUIRES = []
COMPAT_ZENOSS_VERS = ">=2.2"
COMPAT_ZENOSS_VERS = ">=3.0"
PREV_ZENPACK_NAME = ""
# STOP_REPLACEMENTS
################################
Expand Down

0 comments on commit 13dccc0

Please sign in to comment.