close
Warning:
Can't synchronize with repository "(default)" (/usr/svn/silverfile does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Apr 11, 2009, 12:05:45 AM (14 years ago)
- Author:
-
greg
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v10
|
v11
|
|
110 | 110 | Just copy the line you added to the script and run it from the command line. |
111 | 111 | |
| 112 | Remove shell login rights to the remote snmp user |
| 113 | {{{ |
| 114 | ###On the remote host |
| 115 | usermod -s /bin/false snmp |
| 116 | }}} |
| 117 | |
| 118 | Note: All the remote host setup should be done during the configuration of the SilverFile box. This would eliminate the step of copying over the rsa public key from the Cacti server. |
| 119 | |
112 | 120 | Now just log into the Cacti web-admin and configure the new client. Click on Devices and add a new device. The settings should be: |
113 | 121 | Description: server1.silverfilecorp.com |
… |
… |
|
120 | 128 | Make sure you put in the specific Description, Community and the SNMP Port for that host. |
121 | 129 | |
122 | | Next configure the graphs you want. Seperate wiki |
| 130 | Next configure the graphs you want. Seperate wiki maybe? |
123 | 131 | |
124 | 132 | |