a3linux / go-aws-mon

put basic linux metrics to AWS CloudWatch with GoLang, fit for coreos and other small AMI Instance on AWS It is easy to kick up with cloud-init as system basic monitoring working with EC2 CloudWatch.
GNU General Public License v3.0
54 stars 23 forks source link

Change default namespace to System/Linux #1

Open vanga opened 9 years ago

vanga commented 9 years ago

I have been looking for monitoring scripts for coreos and I found this one. I have started using it, thanks.

I think the namespace should be System/Linux rather than Linux/System . AWS recognizes System/Linux, all other mon scripts use this.

May I know if the scripts are based on the already existing Perl mon scripts?

jangrewe commented 8 years ago

Thanks for the hint, that make the metrics directly show up in the menu (instead of going through the drop-down).

a3linux commented 8 years ago

I think it is NOT based on AWS perl script. But I will change the namespace as suggested.