icinga2/lib/perfdata/influxdb-itl.conf
2021-12-10 16:48:04 +01:00

20 lines
400 B
Plaintext

/* Icinga 2 | (c) 2021 Icinga GmbH | GPLv2+ */
System.assert(Internal.run_with_activation_context(function() {
template CheckCommand "influxdb-check-command" use (checkFunc = Internal.InfluxdbCheck) {
execute = checkFunc
}
object CheckCommand "influxdbwriter" {
import "influxdb-check-command"
}
}))
var methods = [
"InfluxdbCheck"
]
for (method in methods) {
Internal.remove(method)
}