GithubHelp home page GithubHelp logo

finn10111 / monitoring-plugins Goto Github PK

View Code? Open in Web Editor NEW
4.0 5.0 5.0 91 KB

Some monitoring plugins

Home Page: http://www.finnchristiansen.de

License: GNU General Public License v3.0

PHP 32.08% Python 65.38% Shell 2.53%

monitoring-plugins's Introduction

nagios-plugins

Some more or less usefull nagios plugins

monitoring-plugins's People

Contributors

finn10111 avatar napsty avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

monitoring-plugins's Issues

Changes for python3

Hi.
I had to make the following changes to get check_dht.py work with python3 on my raspberry:

diff --git a/check_dht/check_dht.py b/check_dht/check_dht.py
index 9509132..7febdc2 100755
--- a/check_dht/check_dht.py
+++ b/check_dht/check_dht.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2
+#!/usr/bin/python3
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -103,7 +103,7 @@ def exitCheck(status, msg=''):
         msg = 'CRITICAL - ' + msg
     elif status == 3:
         msg = 'UNKNOWN - ' + msg
-    print msg
+    print (msg)
     sys.exit(status)

Greetings, Rene

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.