monitor-db2-with-nagios icon indicating copy to clipboard operation
monitor-db2-with-nagios copied to clipboard

Log consumption output

Open angoca opened this issue 13 years ago • 0 comments

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.

angoca avatar Mar 05 '13 10:03 angoca