diff --git a/observe_configure_script.sh b/observe_configure_script.sh index c27dff3c..2e7133c9 100755 --- a/observe_configure_script.sh +++ b/observe_configure_script.sh @@ -1171,9 +1171,9 @@ if [ "$fluentbitinstall" == TRUE ]; then log "$SPACER" log "fluent-bit status" if systemctl is-active --quiet fluent-bit; then - log fluent-bit is running + log "fluent-bit is running" else - log fluent-bit is NOT running + log "fluent-bit is NOT running" sudo service fluent-bit status fi log "$SPACER" @@ -1188,9 +1188,9 @@ if [ "$osqueryinstall" == TRUE ]; then log "osqueryd status" if systemctl is-active --quiet osqueryd; then - log osqueryd is running + log "osqueryd is running" else - log osqueryd is NOT running + log "osqueryd is NOT running" sudo service osqueryd status fi log "$SPACER" @@ -1208,9 +1208,9 @@ if [ "$telegrafinstall" == TRUE ]; then log "telegraf status" if systemctl is-active --quiet telegraf; then - log telegraf is running + log "telegraf is running" else - log telegraf is NOT running + log "telegraf is NOT running" sudo service telegraf status fi log "$SPACER" @@ -1235,4 +1235,4 @@ fi log "$SPACER" log "$END_OUTPUT" -log "$SPACER" \ No newline at end of file +log "$SPACER"