Code

check_pgsql: Determine connection time in µs-resolution.
[nagiosplug.git] / plugins-scripts / check_mssql.pl
index fa15476b754babae1d507f072d5d32fe060fc1d3..9a8fc5117195457ffca41e5534e8b9e02a96f9c5 100755 (executable)
@@ -23,7 +23,6 @@
 #
 # Report bugs to: nagiosplug-help@lists.sourceforge.net
 # 
-# $Id$
 #
 
 
@@ -125,7 +124,7 @@ sub process_arguments {
                 "V" => \$opt_V, "version" => \$opt_V);
 
        if (defined $opt_V) {
-               print_revision($PROGNAME,'$Revision$');
+               print_revision($PROGNAME,'@NP_VERSION@');
                exit $ERRORS{'OK'};
        }