Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Commit

Permalink
Release 1.1.8: Add stub where documentation was missing
Browse files Browse the repository at this point in the history
  • Loading branch information
Borys Belinsky committed Feb 5, 2018
1 parent dd47bd1 commit 9122c6b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Add MySQL 5.7 support
* Changed canary check to use timestamp.now() and return a timedelta.seconds
* Remove an additional condition for the Dictionary memory allocated
* Fixed a *false-positive* problem when the calculated delay was less than 0 and the :option:`-m` was not set.
* Fixed a *false-positive* problem when the calculated delay was less than 0 and the -m was not set.
* Fixed the problem where slaves would alert due to deadlocks on the master.
* If using pt-heartbeat, get_slave_status was only called when the -s option is set to *MASTER*
* Disabled UNK alerts by default (it is possible to enable them explicitly).
Expand Down
14 changes: 13 additions & 1 deletion nagios/bin/pmp-check-mongo.py
Original file line number Diff line number Diff line change
Expand Up @@ -605,4 +605,16 @@ def check_repl_lag(self, args, warning_level, critical_level):
# main app
#
if __name__ == "__main__":
sys.exit(main(sys.argv[1:]))
sys.exit(main(sys.argv[1:]))

# ############################################################################
# Documentation
# ############################################################################
"""
=pod
=head1 NAME
pmp-check-mongo.py
"""

0 comments on commit 9122c6b

Please sign in to comment.