@@ -44,7 +44,7 @@ presented with text that looks like:
44
44
<?php
45
45
/*
46
46
+-------------------------------------------------------------------------+
47
- | Copyright (C) 2004-2021 The Cacti Group |
47
+ | Copyright (C) 2004-2022 The Cacti Group |
48
48
| |
49
49
| This program is free software; you can redistribute it and/or |
50
50
| modify it under the terms of the GNU General Public License |
@@ -135,39 +135,39 @@ If this doesn't work a very simple config file is:
135
135
136
136
# disk monitoring
137
137
disk /
138
-
138
+
139
139
# Don't monitor NFS
140
140
skipNFSInHostResources true
141
-
141
+
142
142
# Allow for real big disk volumes
143
143
realStorageUnits 0
144
-
144
+
145
145
After you have made the changes to the net-snmp configuration file, you should
146
146
restart the service using the following command:
147
-
147
+
148
148
``` sh
149
149
shell> systemctl enable snmpd
150
150
shell> systemctl restart snmpd
151
151
```
152
-
152
+
153
153
Though there are many more advanced settings available in net-snmp, it generally
154
- recommended to keep a simpler configuration unless your information security
154
+ recommended to keep a simpler configuration unless your information security
155
155
policies require more stringent settings.
156
-
156
+
157
157
** Q:** I've installed Cacti, and scheduled a network discovery, but nothing
158
158
is happening. Where should I go to see the issue?
159
-
159
+
160
160
** A:** You should click the ** Log** tab at the top of the page. When you get
161
161
to the ** Log** tab, you should search for an entry "SYSTEM STATS:". If you
162
162
do not find that entry, it means that you Cacti Data Collector, otherwise known
163
163
as the Cacti Poller is not running.
164
-
165
- This can happen if you have neglected to create either a CRON entry for the
166
- Cacti Poller, or registered and started the ` cactid ` service available in
164
+
165
+ This can happen if you have neglected to create either a CRON entry for the
166
+ Cacti Poller, or registered and started the ` cactid ` service available in
167
167
the latest Cacti. If you find that the CRON entry is there, you should look
168
- at your systems CRON log for entries like ** permission denied** . Sometimes
169
- the user accounts you have selected to run the CRON are not permitted to do
170
- so. We strongly recommend that you use the ` cactid ` service with Cacti 1.x
168
+ at your systems CRON log for entries like ** permission denied** . Sometimes
169
+ the user accounts you have selected to run the CRON are not permitted to do
170
+ so. We strongly recommend that you use the ` cactid ` service with Cacti 1.x
171
171
though and avoid CRON based Data Collection though.
172
172
173
173
## Graphs
@@ -177,7 +177,7 @@ If this doesn't work a very simple config file is:
177
177
** A:** For you to actually get graph images, poller.php must run at least once
178
178
so it can create .rrd files in Cacti's 'rra/' directory. Double check that you
179
179
configured your ` /etc/crontab ` file or the ` cactid ` service to execute poller.php
180
- at the desired frequency, normally either every 1 or 5 minutes. Also make sure
180
+ at the desired frequency, normally either every 1 or 5 minutes. Also make sure
181
181
that the user poller.php runs as has permission to create new files in Cacti's 'rra/'
182
182
directory. In the modern Cacti, both the Web Server account and Cacti's Poller
183
183
account must have write access.
@@ -365,4 +365,4 @@ The newly created command prompt should show the user name if you have entered
365
365
the correct password.
366
366
367
367
---
368
- <copy >Copyright (c) 2004-2021 The Cacti Group</copy >
368
+ <copy >Copyright (c) 2004-2022 The Cacti Group</copy >
0 commit comments