Hi Team,
We are using Nagios XI, can we monitor the AWS ECS services (Eg: Task, CPU, Memory and Disk utilizations) in Nagios XI.
Monitor AWS ECS service in NagiosXI
Re: Monitor AWS ECS service in NagiosXI
Hi @lrnnetops,
You would be able to monitor individual EC2s within your ECS cluster with the Amazon EC2 wizard, but we do not have a wizard or pre-built plugin for monitoring Amazon ECS, which would likely require a custom built plugin. Here is a link to our plugin guidelines for your reference, in case this is a path you choose to go down.
You would be able to monitor individual EC2s within your ECS cluster with the Amazon EC2 wizard, but we do not have a wizard or pre-built plugin for monitoring Amazon ECS, which would likely require a custom built plugin. Here is a link to our plugin guidelines for your reference, in case this is a path you choose to go down.
Re: Monitor AWS ECS service in NagiosXI
Hi Jsimon/Team,
Thank you for sharing these details, Also wanted to check If we use custom plugins to monitor the AWS ECS services in NagiosXI will there be any licensing issue?
Thank you for sharing these details, Also wanted to check If we use custom plugins to monitor the AWS ECS services in NagiosXI will there be any licensing issue?
Re: Monitor AWS ECS service in NagiosXI
Hi Team,
Could you please update on the above query.
Could you please update on the above query.
Re: Monitor AWS ECS service in NagiosXI
Hi Nagios Support,
Could you please provide an update on the above mentioned query.
Could you please provide an update on the above mentioned query.
Re: Monitor AWS ECS service in NagiosXI
Hi Nagios Support,
Following up on the above query, kindly update.
Following up on the above query, kindly update.
Re: Monitor AWS ECS service in NagiosXI
Hi Team,
Kindly update, we are waiting for you response.
Kindly update, we are waiting for you response.
Re: Monitor AWS ECS service in NagiosXI
There will be no licensing issue in XI when using custom plugins.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Monitor AWS ECS service in NagiosXI
Thanks for the update.
-
vedicsystems
- Posts: 9
- Joined: Fri Jul 14, 2017 8:28 am
Re: Monitor AWS ECS service in NagiosXI
Yeah, you can monitor ECS in Nagios XI, but don't expect it to be easy. It's CloudWatch API access, period. You have to script the whole thing to pull Task/CPU/Memory. Seriously, the IAM setup alone will make you question your career choices. If the API structure feels like gibberish, just get some formal Trainocate training. It saves you months of work.