This is a peculiar question. You can get cloudwatch into Checkmk, but Checkmk into cloudwatch?
Cloudwatch has an API, which also allows you to “Put” stuff there and publish your own custom metrics.
So I assume, in my naive, non-developer mind, that if you try hard enough, you could export metrics from Checkmk via the REST API and then get it into Cloudwatch
Thanks for responding.
Yes, what you said below is what I want to do.
" So I assume, in my naive, non-developer mind, that if you try hard enough, you could export metrics from Checkmk via the REST API and then get it into Cloudwatch
But I wonder: Why would you want to do that? "
One of the case studies. Client really wants to use checkmk on prem plus they want to use cloudwatch as a dashboard. Instead of opening checkmk, they just want to open cloud watch, but all the data in checkmk will show up on cloudwatch.
I’m trying to figure out if it’s possible to integrate all the data from checkmk into cloudwatch.
thanks for the explanation. That seems like a lot of effort for something that can probably be achieved much easier. Is bringing stuff together from Checkmk and Cloudwatch in Grafana an option?
To answer your specific question:
You will most likely not be able to get ALL data from Checkmk into Cloudwatch. The API looks very focused on Metrics (or “performance data” in Checkmk-Lingo). State information, inventory, events will probably not be able to be pushed there.
But again, I’d seriously consider whether this would be the best approach, or whether it doesn’t make more sense to go the Grafana route…
That means that you could use Grafana as a dashboarding tool both for Cloudwatch and Checkmk, leveraging the pre-built datasources instead of manually building something via the Checkmk and Cloudwatch APIs.
And Grafana is a great dashboarding tool, definitely better than Cloudwatch, and admittedly even better than Checkmk. especially if you pull together various datasources.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed. Contact an admin if you think this should be re-opened.