automatisation
-
Monitor Logs in Real-Time with “Log.io” on CentOS 6/7
Log.io is a small simple but effective application build on top of Node.js and Socket.io, which allows to monitor Linux servers log files in real time through…
-
Installing Chef on Centos 6
Today we will install chef server in our home lab based on proxmox 3.4.6. So we have installed server 2cpu, 2Gb memory, Centos 6.7 First…
-
Knife-vsphere installation errors
Today I tried to install knife vsphere support for Chef (You can make it by this command $gem install knife-vsphere ) on Ubuntu and received…
-
Execute bash script by puppet
We need to execute bash script on several servers. To do it manually – bad idea. But we have puppet. Lets make it by puppet.…