bin/metrics-uptime.py in sensu-plugins-uptime-checks-0.0.3 vs bin/metrics-uptime.py in sensu-plugins-uptime-checks-0.0.4
- old
+ new
@@ -12,9 +12,14 @@
# DEPENDENCIES:
# Python 2.7 (untested on python 3 but should work fine)
#
# Released under the same terms as Sensu (the MIT license); see LICENSE
# for details.
+#
+# NOTE:
+# This script is deprecated and will be probably remove in the future.
+# Please use metrics-uptime.rb instead.
+
import logging
import logging.handlers
import optparse
import sys