Changes between Version 10 and Version 11 of netmon2017cacti


Ignore:
Timestamp:
Nov 16, 2017, 10:21:34 AM (7 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • netmon2017cacti

    v10 v11  
    3535
    3636* Now you have logged in to cacti monitoring system.
     37
     38=== small modification ===
     39
     40In your default installation mysql server runs in strict mode. let's disable it.
     41
     42Create the following file
     43{{{
     44sudo vi /etc/mysql/conf.d/disable_strict_mode.cnf
     45}}}
     46
     47Add the following line
     48{{{
     49[mysqld]
     50sql_mode=IGNORE_SPACE,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
     51}}}
     52
     53Restart the service
     54{{{
     55sudo service mysql restart
     56}}}
    3757
    3858== Configuration ==
     
    130150* Go to Graphs and check whether you can monitor the devices.
    131151
    132 [http://192.248.4.49/NetMon/monitor.tar.gz NetMon.vdi]
     152== Cacti Plugins ==
     153
     154Cacti monitoring system have plenty of plugins available. You can download and install them. Let install the threshold plugin
     155
     156* Go to '''/usr/share/cacti/sites/plugins'''
     157
     158* To install threshold or thold pluging you also need the setting plugin to be install. Lets install both. First download the plugins
     159{{{
     160wget http://192.248.4.49/NetMon/setting.tar.gz
     161wget http://192.248.4.49/NetMon/thold.tar.gz
     162}}}
     163
     164* Extract the files
     165{{{
     166tar -zxvf setting.tar.gz
     167tar -zxvf thold.tar.gz
     168{{{
     169
     170* Now go to cacti web interface and go to '''Console''' and click '''Plugin Management'''
     171
     172* You will see the downloaded plugins. Install both plugins by clicking the blue arrow icon. and enable the plugin by clicking the green arrow icon.
     173
     174* You have successfully install the thold plugin.
     175
     176* Now let's create a threshold. Go to '''Console''' and click '''Thresholds'''
     177
     178* Click '''Add'''