OCI : How to Verify the Status of the Cloud Agent OSMS Plugin in Oracle Linux Instances?
APPLIES TO:
Oracle Cloud Infrastructure - Version N/A and later
Linux x86-64
GOAL:
How to verify the status of the Cloud Agent OSMS Plugin in Oracle Linux instances?
SOLUTION:
- Login to the instance.
- Validate whether your instance can reach the OS Management ingestion service.
# curl https://ingestion.osms.<region>.oci.oraclecloud.com/
For <region>, specify the region identifier (for example, us-phoenix-1).
The following sample output indicates that the instance can successfully reach the OS Management ingestion service.
<html> <head><title>403 Forbidden</title></head> <body bgcolor="white"> <center><h1>403 Forbidden</h1></center> <hr><center>nginx/1.14.2</center> </body> </html>
The 403 Forbidden status code message is expected in the output.
Tagged:
1