lausser / check_mssql_health

Wenn du dich für Plugins (oder OMD oder allgemein Monitoring) interessierst oder von deiner Installation erzählen willst...die Tradition der deutschsprachigen Monitoring-Workshops wird wiederbelebt: https://discord.gg/jDfPZ63FcJ A plugin, which checks various parameters of Microsoft SQL database servers.
http://labs.consol.de/nagios/check_mssql_health
GNU General Public License v2.0
38 stars 27 forks source link

Can't locate object method "requires_version" via package "self" #24

Open Julien-Rozet opened 7 years ago

Julien-Rozet commented 7 years ago

When trying to use "cpu-busy" or "io-busy" mode on an old database (2000, version 8) and no rights to execute "sp_monitor", I get an error:

Can't locate object method "requires_version" via package "self" (perhaps you forgot to load "self"?) at /usr/local/nagios/libexec/check_mssql_health line 4864.

Is there a missing function on GLPlugin?