SpawW / zabbix-extras

Zabbix Extras - Patchs e extensões para o Zabbix
http://www.spinola.net.br/blog
35 stars 9 forks source link

Distribuição não prevista #8

Open rafaelfoster opened 9 years ago

rafaelfoster commented 9 years ago

How to install this scripts on a CentOS installation?

pereljon commented 9 years ago

The /etc/issue is being used to identify the distribution. However, it doesn't contain distribution information on Centos. Use this code to backup your old issue file and link to the centos-release file.

cd /etc/
mv issue issue.bak
ln -s centos-release issue

Cheers, JP