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

Missing installation info on Monitoring::GLPlugin #23

Closed ronator closed 8 years ago

ronator commented 8 years ago

Hi there, the installation description (https://labs.consol.de/nagios/check_mssql_health/#installation) mentions the Perl module DBD::Sybase but it lacks info regarding your own Perl module:

Can't locate Monitoring/GLPlugin/Commandline/Extraopts.pm in @INC (you may need to install the Monitoring::GLPlugin::Commandline::Extraopts module) (@INC contains: /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl .) at /opt/check_mssql_health/libexec/check_mssql_health line 83.

I found it in CPAN: CPAN_FILE L/LA/LAUSSER/Monitoring-GLPlugin-2.3.tar.gz

Maybe you want to add this requirement to your description.

lausser commented 8 years ago

You don't need the Monitoring-GLPlugin module. It's already included in the check_mssql_health-tgz. I just forgot to add the extraopts file to the packaging list. There is an update 2.6.4.4 which should be complete.

ronator commented 8 years ago

Thank you.