Skip to content

Latest commit

 

History

History
91 lines (84 loc) · 2.34 KB

manage_baremetal_agent.md

File metadata and controls

91 lines (84 loc) · 2.34 KB
copyright lastupdated
years
2018
2018-03-29

{:shortdesc: .shortdesc} {:new_window: target="_blank"}

Managing the IBM Cloud Monitoring Service for IaaS Bare Metal Agent (Beta)

The {{site.data.keyword.BluSoftlayer_full}} Monitoring Service for IaaS Bare Metal Agent collects metric data from the device on which it is installed and sends it to metric storage. From metric storage, the data is available to the user interface for simple monitoring and Grafana for advanced queries. If you are using the IBM Cloud Monitoring Service for IaaS Bare Metal Agent, follow these steps to view, stop, start, or uninstall the service for your server. {:shortdesc}

Table 1. IBM Cloud Monitoring Service for IaaS Bare Metal Agent
If the action to be taken is... Then for Linux... Then for FreeBSD... Then for Windows...
View the status of the service Use the command `service monitoring status` Use the command `service monitoring status` Use the command `sc.exe query monitoring`
Stop the monitoring service Use the command `service monitoring stop` Use the command `service monitoring stop` Use the command `sc.exe stop monitoring`
Start the monitoring service Use the command `service monitoring start` Use the command `service monitoring start` Use the command `sc.exe start monitoring`
Uninstall the monitoring service Enter these commands:
  1. `/opt/monitoring/baremetal-monitoring-agent-linux-amd64 -uninstall`
  2. `rm -rf /opt/monitoring`
Enter these commands:
  1. `service monitoring stop`
  2. `rm -rf /opt/monitoring`
  3. `rm /etc/rc.d/monitoring`
  4. `sysrc monitoring_enable="NO"`
Follow these steps:
  1. Open **Add or Remove Programs**.
  2. Select **IBM Cloud Monitoring Agent**
  3. Click **Uninstall**.