Changes between Version 30 and Version 31 of QuickStartGuide
- Timestamp:
- 04/10/08 23:40:34 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QuickStartGuide
v30 v31 46 46 You must have Cacti installed with the [http://cactiusers.org/ plugin architecture] before installing NPC. 47 47 48 Grab the latest version of NPC from the downloads section and untar it to <path_to_cact>/plugins/48 Grab the latest version of NPC from the downloads section and do the following steps: 49 49 50 Next, edit <path_to_cact>/include/global.php and add the following after $plugins = array(): 50 * Untar/zip npc into <path_to_cacti>/plugins/ 51 * login to cacti as an admin. 52 * Install the plugin in Cacti 53 * Go to Console -> Plugin Management -> Uninstalled 54 * Click "Install" under the npc section 55 * Click the "Installed" tab 56 * Click "Enable" link under the npc section 57 * You can find the plugin options under the Cacti Settings section 58 59 '''Note:''' If you do not see the Plugin Management link then go to user management and enable it. 60 61 '''Note:''' Users that had a version of npc less than 2.0.0a-151 can remove the following line from <path_to_cacti>/include/global.php 51 62 52 63 {{{ … … 54 65 }}} 55 66 56 Access to NPC needs to be enabled individually for all users (including admin users). To enable access, login to Cacti as an admin. Select the console tab then User management. Click a user, then under "Realm Permissions" check the "View NPC" checkbox. After clicking Save the NPC tab should be visible for that user. 57 67 [[BR]] 58 68 Click the NPC tab. The 1st load of NPC may be slow as all the javascript for the interface is loaded and cached. 59 69