angoca / monitor-db2-with-nagios

Set of plugins / scripts to monitor DB2 from Nagios.
Apache License 2.0
20 stars 8 forks source link

Log consumption output #3

Open angoca opened 11 years ago

angoca commented 11 years ago

El output de este script en el mail debería tener punto final.

if [[ $HADR == true ]] ; then
  OUTPUT="HADR does not perform archiving"
  RETURN=$OK
else
  OUTPUT="Archive logs counted"
  RETURN=$OK

La salida debería mostrar un mensaje más claro que deje la impresión que no hay error.