Skip to content

Commit

Permalink
Update install_monitor.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziosalmi authored Aug 18, 2024
1 parent 7d2df39 commit 43f4b75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lxc_autoscale_ml/install_monitor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,10 @@ start_service

# Check the status of the service
echo "🔍 Checking service status..."
systemctl status lxc_autoscale.service --no-pager
systemctl status lxc_monitor.service --no-pager

# Verify that the service is running
if systemctl is-active --quiet lxc_autoscale.service; then
if systemctl is-active --quiet lxc_monitor.service; then
echo "✅ LXC Monitor service is running successfully."
else
echo "❌ Error: LXC Monitor service failed to start."
Expand Down

0 comments on commit 43f4b75

Please sign in to comment.