Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

OCI : How to Verify the Status of the Cloud Agent OSMS Plugin in Oracle Linux Instances?

in Linux 1 comment

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.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!