- Community Home
- >
- Software
- >
- HPE Morpheus Software
- >
- HPE Morpheus Enterprise
- >
- Datadog plugin failing to show information for VM ...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2022 08:04 AM
08-03-2022 08:04 AM
Datadog plugin failing to show information for VM instances in AWS?
Has anyone successfully got the Datadog plugin to show information in a tab for VM instances provisioned into an AWS cloud? I’m seeing all my AWS resources in the Datadog dashboard with the ExternalId names (i.e. i-00c38b18e84ea0f62 etc), while the Morpheus Datadog plugin (based on reading the code) tries to use the Morpheus instance name converted to all lowercase in the API call to Datadog. The Datadog API obviously returns no data.
Any suggestions beyond adding code in the Datadog plugin to see if an instance is in an AWS cloud and grabbing the ExternalID instead?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2022 07:12 AM
08-08-2022 07:12 AM
Re: Datadog plugin failing to show information for VM instances in AWS?
Thanks Martez, I’ll hold off diving into the code myself awaiting your potential mods.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2022 06:53 PM
08-03-2022 06:53 PM
Re: Datadog plugin failing to show information for VM instances in AWS?
This would require a plugin update as such an option isn’t configurable at them moment. The initial thought would be to default to using the instance ID for amazon but support a configurable override as I believe the DataDog agent uses the hostname of the instance which may not always be the instance ID but could match the hostname shown in Morpheus. I’ll take a look at a few different design options and see about getting an update pushed in the next week.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2022 04:47 PM
08-03-2022 04:47 PM
Re: Datadog plugin failing to show information for VM instances in AWS?
@mreed may know. I don’t have a dd environment at the moment to test myself. The best route may end up being create an issue on the plugin repo itself so it can be tracked for features.