Server-Side/Linux2010. 12. 19. 09:26
thold : 임의로 정해준 한계치가 넘으면 알람 메일을 보내주는 플러그인 (v0.41)
monitor : 시스템 다운시 알람 사운드를 울려주는 플러그인 (v1.2)

Download & move to plugins
download thold-latest.tgz, monitor-v1.2-1.tgz in /usr/local/src
# cd /usr/local/src
# tar xzfv thold-latest.tgz
# tar xzfv monitor-v1.2-1.tgz

# mv ./thold-0.41 /usr/local/cacti/plugins/thold-0.41
# mv ./monitor /usr/local/cacti/plugins/monitor
# cd /usr/local/cacti/plugins
# ln -s ./thold-0.41/ ./thold

Configure cacti
# vi /usr/local/cacti/include/config.php
---------------->append<-----------------
$plugins[] = 'thold';
$plugins[] = 'monitor';
-------------------------------------------

이상하게 설치했음에도 불구하고 
'User Management' -> 'admin' -> 'Realm Permissions'  로 가도 아무런 변화가 없다.
그래서 clog라는 다른 plugin을 설치했더니 'Plugin Management' 에 clog라는 항목이 뜬다.
그리고 install icon이 있길래 클릭을 해서 설치를 했다.
아! 이거다 싶었다.

분명히 plugins/ 디렉토리에 monitor와 thold가 있음에도 불구하고 web에서는 list에 뜨지 않았다.
http://your.ip.address/cacti/plugins.php?mode=install&id=monitor
http://your.ip.address/cacti/plugins.php?mode=install&id=thold
라고 url로 접근했더니 설치가 되는것이다.

아, 이것때문에 이른 아침부터 나와서 작업을 한건데......어쨋듯 잘 풀려서 다행...

plugins download
Posted by 준피