Skip to content

Commit

Permalink
Collectors are defaulted disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
kormoc committed Jan 2, 2015
1 parent afe1b3d commit 226d62d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs
Submodule docs updated from 305dee to ba4cb1
1 change: 0 additions & 1 deletion src/collectors/netapp/netapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ def get_default_config_help(self):

def get_default_config(self):
default_config = super(NetAppCollector, self).get_default_config()
default_config['enabled'] = "false"
default_config['path_prefix'] = "netapp"
default_config['netappsdkpath'] = "/opt/netapp/lib/python/NetApp"
return default_config
Expand Down

0 comments on commit 226d62d

Please sign in to comment.