rabbitmq service in check script

This commit is contained in:
Data Backend account
2022-02-15 10:20:03 +01:00
parent f0943e5919
commit ef8c6cbff9
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/bash
GREP="std|streamvis"
GREP="std|streamvis|rabbit"
RESTART="OFF"
STATUS_VERBOSE="OFF"
while getopts g:s: flag