Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 313 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 313 Bytes

check_hs110

Plugin for Icinga2 to check a TP Link HS110 Smartplug

CheckCommand definition for icinga2

object CheckCommand "check_hs110" {
        import "plugin-check-command"

        command = [ PluginDir + "/check_hs110.py" ]

        arguments = {
                "-H" = "$address$"
        }
}