We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e72b08 commit 78f4735Copy full SHA for 78f4735
lgsm/modules/command_monitor.sh
@@ -214,6 +214,10 @@ fn_monitor_check_session() {
214
fn_print_ok "Checking session: "
215
fn_print_ok_eol_nl
216
fn_script_log_pass "Checking session: OK"
217
+ # send LinuxGSM stats if monitor is OK.
218
+ if [ "${stats}" == "on" ] || [ "${stats}" == "y" ] && [ "${querymode}" == "1" ]; then
219
+ info_stats.sh
220
+ fi
221
else
222
fn_print_error "Checking session: "
223
fn_print_fail_eol_nl
0 commit comments