glite-lb-utils & auxiliary utilities \\
 glite-lb-ws-interface & web service interface \\
 glite-lb-yaim & YAIM initialization scripts for \LB (since \LBver{2.1}) \\
+glite-lb-nagios-plugins & Nagios plugin that checks the \LB server (since \LBver{3.1}) \\
 \end{tabularx}
 
 
 
 \begin{itemize}
 %\item \LBver{x.x}: included in the EMI-3 Monte Bianco release
 %\item \LBver{x.x}: included in the EMI-2 Matterhorn release
+\item \LBver{3.1}: an update for the EMI-1 Kebnekaise release
 \item \LBver{3.0}: included in the EMI-1 Kebnekaise release
 \item \LBver{2.1}: replacement for \LBver{2.0} in gLite 3.2,
 \item \LBver{2.0}: current stable version, in production as part of gLite 3.2,
 
 
        if (mode & SERVICE_SERVER) {
                if (check_mkdir(dumpStorage)){
-                       glite_common_log(LOG_CATEGORY_CONTROL, LOG_PRIORITY_FATAL, "Directory for dump files not redy!");
+                       glite_common_log(LOG_CATEGORY_CONTROL, LOG_PRIORITY_FATAL, "Directory for dump files not ready!");
                        exit(1);
                }
                if (check_mkdir(purgeStorage)){
-                       glite_common_log(LOG_CATEGORY_CONTROL, LOG_PRIORITY_FATAL, "Directory for purge files not redy!");
+                       glite_common_log(LOG_CATEGORY_CONTROL, LOG_PRIORITY_FATAL, "Directory for purge files not ready!");
                        exit(1);
                }
                if ( jpreg ) {