简体   繁体   中英

Monitor CoreOS with icinga

I need to monitor a CoreOS cluster which used to host a kubernetes cluster on top of that. I use heapster to monitor kuberenetes cluster.

Now I need to monitor CoreOS minions using icinga/nagios. Is there any way to do so?

Thanks

If CoreOS is similar enough to Linux , it will likely be compatible with NRPE or NCPA .

I would try this first...

NRPE install

cd /tmp
wget http://assets.nagios.com/downloads/nagiosxi/agents/linux-nrpe-agent.tar.gz
tar xzf linux-nrpe-agent.tar.gz
cd linux-nrpe-agent
./fullinstall

Is yum , rpm , or any other package manager present on CoreOS ? Sorry I'm a bit unfamiliar with the OS...

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM