Skip to content

Commit

Permalink
Merge pull request #13 from Alignak-monitoring/alignak-configuration-…
Browse files Browse the repository at this point in the history
…hook

Add get_alignak_configuration hook
  • Loading branch information
mohierf committed May 4, 2017
2 parents 08e05ee + 538c087 commit 64cd74e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion alignak_module_example/example.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def get_alignak_configuration(self):
}

logger.info("Returning Alignak configuration to the Arbiter: %s", str(configuration))
return r
return configuration

def get_objects(self):
"""This function must return a list of config
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
__module_types__ = u"example"

# Application manifest
__version__ = u"0.4.0"
__version__ = u"0.4.1"
__author__ = u"Frédéric Mohier"
__author_email__ = u"frederic.mohier@alignak.net"
__copyright__ = u"(c) 2015-2017 - %s" % __author__
Expand Down

0 comments on commit 64cd74e

Please sign in to comment.