Difference between revisions of "Cacti"

From HackerNet
Jump to: navigation, search
Tag: visualeditor
m
Tag: visualeditor
Line 18: Line 18:
  
 
== 1 minute polling ==
 
== 1 minute polling ==
OBS Fix the RRA settings first, because this is the one thing you must get right from the start. Once you start collecting data with bad RRA settings, it is extremely difficult to correct it. And by “extremely difficult”, I mean “just throw it away and start over”.
+
OBS "Fix the RRA settings first, because this is the one thing you must get right from the start. Once you start collecting data with bad RRA settings, it is extremely difficult to correct it. And by “extremely difficult”, I mean “just throw it away and start over”."
 +
 
 +
VM-snapshots är din vän.
  
 
==Weathermap==
 
==Weathermap==
Line 28: Line 30:
 
Download and unzip php-weathermap-latest.zip
 
Download and unzip php-weathermap-latest.zip
  
  cp/mv /home/USER/weathermap/ /usr/share/cacti/site/plugins -R
+
  mv /home/USER/weathermap/ /usr/share/cacti/site/plugins -R
  
 
Edit /usr/share/cacti/site/include/config.php, add:
 
Edit /usr/share/cacti/site/include/config.php, add:
Line 46: Line 48:
 
  sudo chown www-data /usr/share/cacti/site/plugins/weathermap/configs/wmap.conf
 
  sudo chown www-data /usr/share/cacti/site/plugins/weathermap/configs/wmap.conf
  
Bilder laddas upp till /usr/share/cacti/site/plugins/weathermap/images/ och kan sedan väljas i editorn
+
Backgrundsblder laddas upp till /usr/share/cacti/site/plugins/weathermap/images/ och kan sedan väljas i editorn.

Revision as of 09:44, 8 January 2015

Cacti

Installation Ubuntu 14.04

Börja med vår: up and running like pro instant pro guide [länk]

sudo apt-get update && sudo apt-get upgrade && sudo apt-get install snmpd snmp mysql-server apache2 libapache2-mod-php5 php5-mysql php5-cli php5-snmp php5-gd ntp
sudo apt-get install cacti

“libphp-adodb” = “Ok”. “Configuring Cacti” = “Apache2” “Configuring cacti” = dbconfig-common MySQL = lösenordet du skapa tidigare

Logga in på webbgränsnittet http://[serverip]/cacti admin/admin

1 minute polling

OBS "Fix the RRA settings first, because this is the one thing you must get right from the start. Once you start collecting data with bad RRA settings, it is extremely difficult to correct it. And by “extremely difficult”, I mean “just throw it away and start over”."

VM-snapshots är din vän.

Weathermap

En av de absolut coolaste grejerna med cacti är en plugin som heter weathermap. Den senaste vewrsionen av weathermap är från Apr 10, 2013, var beredd på att nästan hälften av knapparna i det grafiska gränssnittet inte fungerar som det ska.

Exempel

Download and unzip php-weathermap-latest.zip

mv /home/USER/weathermap/ /usr/share/cacti/site/plugins -R

Edit /usr/share/cacti/site/include/config.php, add:

nano include/config.php
 $plugins = array();
 $plugins[] = 'weathermap';
 sudo nano /usr/share/cacti/site/plugins/weathermap/editor.php
 $ENABLED=true;
sudo chown www-data /usr/share/cacti/site/plugins/weathermap/output
sudo chown www-data /usr/share/cacti/site/plugins/weathermap/configs
sudo touch /usr/share/cacti/site/plugins/weathermap/configs/wmap.conf
sudo chown www-data /usr/share/cacti/site/plugins/weathermap/configs/wmap.conf

Backgrundsblder laddas upp till /usr/share/cacti/site/plugins/weathermap/images/ och kan sedan väljas i editorn.