Skip to content

Commit 0c8a638

Browse files
bmfmancininetniV
andauthored
Data Profiles.md (#81)
Co-authored-by: Mark Brugnoli-Vinten <[email protected]>
1 parent 7797ee5 commit 0c8a638

5 files changed

+67
-0
lines changed

Automation-Networks.md

+4
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,9 @@ Now" this will start the discovery
3636

3737
![Automation Networks](images/automation-networks.png)
3838

39+
Here is the flow of the automation scan
40+
41+
![Automation Flow](images/cacti_automation_flow3.JPG)
42+
3943
---
4044
Copyright (c) 2004-2020 The Cacti Group

Data-Profiles.md

+52
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,57 @@ Yearly 26kb / data source
4141

4242
![Data Source Profiles RRA Edit](images/data-source-profiles-edit2.png)
4343

44+
### Changing data profile averages
45+
46+
The Cacti GUI allows you to change the averages on a specific Data source profile
47+
some setups require a higher resolution of data and you may want to change the averaging to
48+
keep the most data this will come with a cost of storage due to the bigger sized RRD file
49+
50+
To do this follow these steps
51+
52+
#### Method 1:
53+
54+
### New system without any hosts
55+
56+
1. Login to Cacti
57+
58+
2. Click on Presets >> Data Profiles
59+
60+
3. Select the profile you want to edit i.e 1 minute collection
61+
62+
4. Select the period which you want to edit i.e weekly
63+
64+
5. If you wish to change the average select the aggregate level for 1 minute
65+
you will be able to go as low as 5 Minutes
66+
67+
6. You will need to edit the Rows amount to match the data retention you want
68+
to set after this period the data will be averaged out to the monthly graph
69+
70+
7. Save config and generate graphs
71+
72+
73+
#### Method 2:
74+
75+
### Existing device on system ( Remove exisitng graphs)
76+
77+
This is a more data destructive route and it will depend on your situation
78+
If you have graphs already on cacti you will not be able to use method 1
79+
One option if you do not care about the graphs is to either remove the graphs via the gui
80+
or run the following script `/cli/php remove_graphs.php with the --all` function which will REMOVE ALL THE GRAPHS
81+
You can then follow the steps outlined in Method 1 to change the profile how you like
82+
83+
84+
### Data profile Rows Calculation
85+
86+
The rows calculation take in to account the following
87+
88+
Rows = Aggregate level * hours
89+
90+
Example
91+
92+
1 Minute aggregate level storing for 3 days ( 72 hours)
93+
94+
(Aggregate level)60 * 72 ( 72 hours) = 4,320
95+
4496
---
4597
Copyright (c) 2004-2020 The Cacti Group

Graph-a-Single-SNMP-OID.md

+7
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,12 @@ When finished filling in values for these fields, click the Create button. Your
3434
new graph can now be accessed through the Graph Management page or the Graphs
3535
tab inside of Cacti.
3636

37+
#### Note on graphing single OID's with spine
38+
39+
In order to ensure that Spine will process single OID's correctly,
40+
They should be written using numeric format separated by dots, such as `1.3.6.1.4.1.9.9.97.`
41+
At this time, ASN's (named OID's) such as `enterprise.9.9.97` (Cisco Switch) or
42+
`enterprises.cisco.ciscoMgnt.ciscoSwitchEngineMIB` are not supported.
43+
3744
---
3845
Copyright (c) 2004-2020 The Cacti Group

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
8484
Group. It should be noted that non-compliance does not mean automatically
8585
exclusion of proposed changes.
8686

87+
### Known Issues
88+
89+
[List of Known issue ](known-issues.md)
90+
8791
### Cacti Installation
8892

8993
1. [Requirements](Requirements.md)

images/cacti_automation_flow3.JPG

54.3 KB
Loading

0 commit comments

Comments
 (0)