Skip to content

Commit 80be291

Browse files
committed
Update copyright year for 2023
1 parent ccb029a commit 80be291

File tree

121 files changed

+714
-537
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

121 files changed

+714
-537
lines changed

.github/ISSUE_TEMPLATE/bad_link.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ labels: 'old link,unverified'
66
assignees: ''
77

88
---
9-
9+
<!--
10+
#
11+
# Copyright (C) 2004-2023 The Cacti Group
12+
#
13+
-->
1014
# Describe the link
1115

1216
Please describe what the old link was for use for and if possible what the new link should be.

.github/ISSUE_TEMPLATE/bug_report.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ labels: 'bug,unverified'
66
assignees: ''
77

88
---
9-
9+
<!--
10+
#
11+
# Copyright (C) 2004-2023 The Cacti Group
12+
#
13+
-->
1014
# Describe the bug
1115

1216
A clear and concise description of what the bug is.

.github/ISSUE_TEMPLATE/feature_request.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ labels: 'enhancement'
66
assignees: ''
77

88
---
9-
9+
<!--
10+
#
11+
# Copyright (C) 2004-2023 The Cacti Group
12+
#
13+
-->
1014
# Feature Request
1115

1216
## Is your feature request related to a problem? Please describe

Aggregate-Templates.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,4 +127,4 @@ results in horrible and unexpected outcomes, so you will have to experiment
127127
until you come up with a desirable **Aggregate Template**.
128128

129129
---
130-
<copy>Copyright (c) 2004-2022 The Cacti Group</copy>
130+
<copy>Copyright (c) 2004-2023 The Cacti Group</copy>

Aggregates.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
This section will describe **Aggregate Graphs** in Cacti.
44

55
---
6-
<copy>Copyright (c) 2004-2022 The Cacti Group</copy>
6+
<copy>Copyright (c) 2004-2023 The Cacti Group</copy>

Automation-Networks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ Here is the flow of the automation scan
4040
![Automation Flow](images/automation-flow3.png)
4141

4242
---
43-
<copy>Copyright (c) 2004-2022 The Cacti Group</copy>
43+
<copy>Copyright (c) 2004-2023 The Cacti Group</copy>

Boost.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,4 +198,4 @@ and then convert it back to memory after they system maintenance is
198198
complete.
199199

200200
---
201-
<copy>Copyright (c) 2004-2022 The Cacti Group</copy>
201+
<copy>Copyright (c) 2004-2023 The Cacti Group</copy>

CDEFs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ and examples of their use. Cacti supports all of them, if you find one that is
9393
supported, open an [Issue on Github](https://github.com/Cacti/cacti/issues).
9494

9595
---
96-
<copy>Copyright (c) 2004-2022 The Cacti Group</copy>
96+
<copy>Copyright (c) 2004-2023 The Cacti Group</copy>

Cacti-Log.md

+66-66
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,66 @@
1-
# The Cacti Log Interface
2-
3-
## Summary
4-
5-
The Cacti Log is where all Cacti statistics, warnings, errors and other log messages
6-
are sent to. Cacti can optionally log some information to your syslog or event log
7-
depending on your OS type.
8-
9-
The Cacti Log is by default ordered from newest event to oldest event, and the Cacti Log
10-
is rotated by Cacti itself once a day.
11-
12-
If you have the User Level permission, you can view any available Cacti Stadard Output or
13-
Standard Error log. If you have the Administrative level access, you may additionally purge
14-
information from the logs.
15-
16-
As a Cacti Administrator, you have the ability to filter out some message types from users
17-
for example, one message type that people like to filter out is "AUTH" messages that tell
18-
you who is logging into the Cacti Web Site. You can edit these removal rules from the
19-
Cacti Settings page.
20-
21-
An image of the Cacti Log file can be seen below.
22-
23-
![Cacti Log File](images/cacti-log.png)
24-
25-
## Cacti Log Filters
26-
27-
What we like to see in the Cacti Log is a lot of Green, which means good. By default,
28-
WARNINGS are yellow, and ERRORS are red. But there are other types of messages that highlight
29-
differently. Generally, you can filter for these message types. The filters include:
30-
31-
- **File** - The Cacti Log file to view. They are suffixed by a data when they were rotated
32-
using the following pattern: YYYY-MM-DD.
33-
- **Tail Lines** - The number of lines to view from the selected Cacti Log.
34-
- **Types** - The message types to view. These will be explained below.
35-
- **Display Order** - The order to display the Log lines, either *Newest First* or *Oldest First*.
36-
- **Refresh** - How often to Auto-refresh the interface.
37-
- **Search** - A perl compatible Regular Expression to search the log with.
38-
39-
The Cacti Log **Types** include the following:
40-
41-
- **Stats** - Anything that includes the word **STATS**
42-
- **Warnings** - Anything that includes the word **WARNING**
43-
- **Warnings++** - Anything of each **WARNING**, **ERROR**, **DEBUG**, and **SQL**
44-
this one is good for debugging, and it will include most important errors to the Cacti
45-
Administrator.
46-
- **Errors** - Anything that includes the word **ERROR**
47-
- **Errors++** - Anything of each **ERROR**, **DEBUG**, and **SQL**
48-
- **Debug** - Anything that includes the word **DEBUG**
49-
- **AutoM8** - Anything that includes the word **AUTOM8**. These message come from Cacti
50-
automation of Devices, Graphs, and Trees
51-
- **Non Stats** - Anything that does not includes the world **STATS**.
52-
- **Boost** - Anything that contains the word **BOOST**.
53-
- **Device Up/Down** - Any device Up/Down notification including those that come from
54-
*Thold* or *Monitor* Plugins.
55-
- **Recaches** - Any Device Recache Events.
56-
- **Threshold** - If the *Thold* plugins is installed, any of it's threshold breach and
57-
restoration events.
58-
59-
## Differences between User and Administrative Views
60-
61-
As previously mentioned, the Cacti log has two permission levels, the User Permission level
62-
will not include the *Purge* button, and can have some information hidden from public view
63-
whereas the Administrative view includes all Log messages and a *Purge** button.
64-
65-
---
66-
<copy>Copyright (c) 2004-2022 The Cacti Group</copy>
1+
# The Cacti Log Interface
2+
3+
## Summary
4+
5+
The Cacti Log is where all Cacti statistics, warnings, errors and other log messages
6+
are sent to. Cacti can optionally log some information to your syslog or event log
7+
depending on your OS type.
8+
9+
The Cacti Log is by default ordered from newest event to oldest event, and the Cacti Log
10+
is rotated by Cacti itself once a day.
11+
12+
If you have the User Level permission, you can view any available Cacti Stadard Output or
13+
Standard Error log. If you have the Administrative level access, you may additionally purge
14+
information from the logs.
15+
16+
As a Cacti Administrator, you have the ability to filter out some message types from users
17+
for example, one message type that people like to filter out is "AUTH" messages that tell
18+
you who is logging into the Cacti Web Site. You can edit these removal rules from the
19+
Cacti Settings page.
20+
21+
An image of the Cacti Log file can be seen below.
22+
23+
![Cacti Log File](images/cacti-log.png)
24+
25+
## Cacti Log Filters
26+
27+
What we like to see in the Cacti Log is a lot of Green, which means good. By default,
28+
WARNINGS are yellow, and ERRORS are red. But there are other types of messages that highlight
29+
differently. Generally, you can filter for these message types. The filters include:
30+
31+
- **File** - The Cacti Log file to view. They are suffixed by a data when they were rotated
32+
using the following pattern: YYYY-MM-DD.
33+
- **Tail Lines** - The number of lines to view from the selected Cacti Log.
34+
- **Types** - The message types to view. These will be explained below.
35+
- **Display Order** - The order to display the Log lines, either *Newest First* or *Oldest First*.
36+
- **Refresh** - How often to Auto-refresh the interface.
37+
- **Search** - A perl compatible Regular Expression to search the log with.
38+
39+
The Cacti Log **Types** include the following:
40+
41+
- **Stats** - Anything that includes the word **STATS**
42+
- **Warnings** - Anything that includes the word **WARNING**
43+
- **Warnings++** - Anything of each **WARNING**, **ERROR**, **DEBUG**, and **SQL**
44+
this one is good for debugging, and it will include most important errors to the Cacti
45+
Administrator.
46+
- **Errors** - Anything that includes the word **ERROR**
47+
- **Errors++** - Anything of each **ERROR**, **DEBUG**, and **SQL**
48+
- **Debug** - Anything that includes the word **DEBUG**
49+
- **AutoM8** - Anything that includes the word **AUTOM8**. These message come from Cacti
50+
automation of Devices, Graphs, and Trees
51+
- **Non Stats** - Anything that does not includes the world **STATS**.
52+
- **Boost** - Anything that contains the word **BOOST**.
53+
- **Device Up/Down** - Any device Up/Down notification including those that come from
54+
*Thold* or *Monitor* Plugins.
55+
- **Recaches** - Any Device Recache Events.
56+
- **Threshold** - If the *Thold* plugins is installed, any of it's threshold breach and
57+
restoration events.
58+
59+
## Differences between User and Administrative Views
60+
61+
As previously mentioned, the Cacti log has two permission levels, the User Permission level
62+
will not include the *Purge* button, and can have some information hidden from public view
63+
whereas the Administrative view includes all Log messages and a *Purge** button.
64+
65+
---
66+
<copy>Copyright (c) 2004-2023 The Cacti Group</copy>

Cacti-SSL-Configuration.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ for Http is as follows
77
```console
88
yum install -y mod_ssl -y
99

10-
openssl genrsa -out ca.key 2048
10+
openssl genrsa -out ca.key 2048
1111
openssl req -new -key ca.key -out ca.csr
1212
openssl x509 -req -days 700 -in ca.csr -signkey ca.key -out ca.crt
1313
cp ca.crt /etc/pki/tls/certs
@@ -36,3 +36,6 @@ After you have configured the web server to accept https you can force https in
3636

3737

3838
#### Note: If your Cacti system is public it is recommended to get a certificate from a trusted certificate provider
39+
40+
---
41+
<copy>Copyright (c) 2004-2023 The Cacti Group</copy>

Color-Templates.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ wish to search through the list of approximately 340 legacy and *Named Colors*.
2929
![Color Templates Item Edit](images/color-templates-edit2.png)
3030

3131
---
32-
<copy>Copyright (c) 2004-2022 The Cacti Group</copy>
32+
<copy>Copyright (c) 2004-2023 The Cacti Group</copy>

Colors.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ earlier Cacti version.
3131
![Colors Color Edit](images/colors-edit2.png)
3232

3333
---
34-
<copy>Copyright (c) 2004-2022 The Cacti Group</copy>
34+
<copy>Copyright (c) 2004-2023 The Cacti Group</copy>

Command-Line-Scripts.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Calling the script with the parameter `--help` yields
104104

105105
```console
106106
shell>php -q rebuild_poller_cache.php --help
107-
Cacti Rebuild Poller Cache Script 1.0, Copyright 2004-2018 - The Cacti Group
107+
Cacti Rebuild Poller Cache Script 1.0, Copyright 2004-2023 - The Cacti Group
108108

109109
usage: rebuild_poller_cache.php [-d] [-h] [--help] [-v] [--version]
110110

@@ -178,7 +178,7 @@ the script with the parameter `--help` yields
178178

179179
```console
180180
shell>php -q poller_reindex_hosts.php --help
181-
Cacti Reindex Host Script 1.2, Copyright 2004-2018 - The Cacti Group
181+
Cacti Reindex Host Script 1.2, Copyright 2004-2023 - The Cacti Group
182182

183183
usage: poller_reindex_hosts.php --id=[host_id|All] [--qid=[ID|All]] [--host-descr=[description]]
184184
[-d] [-h] [--help] [-v] [--version]
@@ -259,7 +259,7 @@ parameter `--help` yields
259259

260260
```console
261261
shell>php -q poller_output_empty.php --help
262-
Cacti Empty Poller Output Table Script 1.0, Copyright 2004-2018 - The Cacti Group
262+
Cacti Empty Poller Output Table Script 1.0, Copyright 2004-2023 - The Cacti Group
263263

264264
usage: poller_output_empty.php [-h] [--help] [-v] [--version]
265265

@@ -319,7 +319,7 @@ script with the parameter `--help` yields
319319

320320
```console
321321
shell>php -q poller_graphs_reapply_names.php --help
322-
Cacti Reapply Graph Names Script 1.0, Copyright 2004-2018 - The Cacti Group
322+
Cacti Reapply Graph Names Script 1.0, Copyright 2004-2023 - The Cacti Group
323323

324324
usage: poller_graphs_reapply_names.php -id=[host_id|All][host_id1|host_id2|...] [-s=[search_string] [-d] [-h] [--help] [-v] [--version]
325325

@@ -364,7 +364,7 @@ Calling the script with the parameter `--help` yields
364364

365365
```console
366366
shell>php -q copy_user.php --help
367-
Cacti Copy User Utility, Version 1.2.0, Copyright (C) 2004-2018 The Cacti Group
367+
Cacti Copy User Utility, Version 1.2.0, Copyright (C) 2004-2023 The Cacti Group
368368
usage: copy_cacti_user.php <template user> <new user>
369369

370370
A utility to copy on local Cacti user and their settings to a new one.
@@ -402,7 +402,7 @@ whole list of features it provides. Calling the script with the parameter
402402

403403
```console
404404
shell>php -q add_device.php --help
405-
Add Device Script 1.0, Copyright 2004-2018 - The Cacti Group
405+
Add Device Script 1.0, Copyright 2004-2023 - The Cacti Group
406406

407407
A simple command line utility to add a device in Cacti
408408

@@ -524,7 +524,7 @@ with the parameter `--help` yields
524524
```console
525525
shell>php -q add_data_query.php --help
526526

527-
Add Data Query Script 1.0, Copyright 2004-2018 - The Cacti Group
527+
Add Data Query Script 1.0, Copyright 2004-2023 - The Cacti Group
528528

529529
A simple command line utility to add a data query to an existing device in Cacti
530530

@@ -602,7 +602,7 @@ the whole list of features it provides. Calling the script with the parameter
602602
```console
603603
shell>php -q add_graph_template.php --help
604604

605-
Add Graph Template Script 1.0, Copyright 2004-2018 - The Cacti Group
605+
Add Graph Template Script 1.0, Copyright 2004-2023 - The Cacti Group
606606

607607
A simple command line utility to associate a graph template with a host in Cacti
608608

@@ -913,7 +913,7 @@ parameter `--help` yields
913913
```console
914914
shell>php -q add_tree.php --help
915915

916-
Add Tree Script 1.0, Copyright 2004-2018 - The Cacti Group
916+
Add Tree Script 1.0, Copyright 2004-2023 - The Cacti Group
917917

918918
A simple command line utility to add objects to a tree in Cacti
919919

@@ -1148,7 +1148,7 @@ parameter `--help`
11481148
```console
11491149
shell>php -q add_perms.php --help
11501150

1151-
Add Permissions Script 1.0, Copyright 2004-2018 - The Cacti Group
1151+
Add Permissions Script 1.0, Copyright 2004-2023 - The Cacti Group
11521152

11531153
A simple command line utility to add permissions to tree items in Cacti
11541154

@@ -1289,4 +1289,4 @@ error message will be printed. No output is produced on successful
12891289
operations.
12901290

12911291
---
1292-
<copy>Copyright (c) 2004-2022 The Cacti Group</copy>
1292+
<copy>Copyright (c) 2004-2023 The Cacti Group</copy>

Contributing-Translations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ As Cacti is GPL2.0+, you acknowledge, by sigining up to the Cacti Weblate
8686
site, that your contributions will be GPL2.0+ as well.
8787

8888
---
89-
<copy>Copyright (c) 2004-2022 The Cacti Group</copy>
89+
<copy>Copyright (c) 2004-2023 The Cacti Group</copy>

Contributing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ your code confirms to this, as there are strict checks in place which will fail
5252
your submission if it fails these standards.
5353

5454
---
55-
<copy>Copyright (c) 2004-2022 The Cacti Group</copy>
55+
<copy>Copyright (c) 2004-2023 The Cacti Group</copy>

Data-Collectors.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,4 @@ You will now need to install Cacti on the remote server selecting the
128128
![Remote Data Collector Setup](images/data-collectors-remote-setup.png)
129129

130130
---
131-
<copy>Copyright (c) 2004-2022 The Cacti Group</copy>
131+
<copy>Copyright (c) 2004-2023 The Cacti Group</copy>

Data-Debug.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ correction.
4545
> since the RRDfiles associated with them will not be updated as expected for with an
4646
> available Device.
4747
48-
--- <copy>Copyright (c) 2004-2022 The Cacti Group</copy>
48+
--- <copy>Copyright (c) 2004-2023 The Cacti Group</copy>

Data-Input-Methods.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,4 +176,4 @@ simple command output in the following example
176176
[How To Create a Data Input Method](How-To-Create-Data-Input-Method.md).
177177

178178
---
179-
<copy>Copyright (c) 2004-2022 The Cacti Group</copy>
179+
<copy>Copyright (c) 2004-2023 The Cacti Group</copy>

Data-Profiles.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ Example
9292
(Aggregate level)60 * 72 ( 72 hours) = 4,320
9393

9494
---
95-
<copy>Copyright (c) 2004-2022 The Cacti Group</copy>
95+
<copy>Copyright (c) 2004-2023 The Cacti Group</copy>

Data-Queries.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -339,4 +339,4 @@ direction | input: Input values are the "known" values that you will use to deri
339339
query_name | Enter the name that Cacti must use when asking the script for information about this field. For instance, the following should return values: '(script_name) query (query_name)'.
340340

341341
---
342-
<copy>Copyright (c) 2004-2022 The Cacti Group</copy>
342+
<copy>Copyright (c) 2004-2023 The Cacti Group</copy>

Data-Source-Templates.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,4 @@ so be sure to name is something that is recognizable.
102102
![Data-Source-Templates](images/datasource-template2.png)
103103

104104
---
105-
<copy>Copyright (c) 2004-2022 The Cacti Group</copy>
105+
<copy>Copyright (c) 2004-2023 The Cacti Group</copy>

Data-Sources.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ You can also view Orphaned data sources in this view by setting Orphaned from Al
8282
Orphaned data sources are where the graph has been deleted but the data source was not deleted
8383

8484
---
85-
<copy>Copyright (c) 2004-2022 The Cacti Group</copy>
85+
<copy>Copyright (c) 2004-2023 The Cacti Group</copy>

Debugging.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,4 +254,4 @@ User "criggie" reported an issue with running smartctl. It was complaining "you
254254
are not root" so a quick `chmod +s` on the script fixed that problem.
255255

256256
---
257-
<copy>Copyright (c) 2004-2022 The Cacti Group</copy>
257+
<copy>Copyright (c) 2004-2023 The Cacti Group</copy>

Device-Rules.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ If the System/Device you are matching has a unique OID you can also match based
2929
on that.
3030

3131
---
32-
<copy>Copyright (c) 2004-2022 The Cacti Group</copy>
32+
<copy>Copyright (c) 2004-2023 The Cacti Group</copy>

Device-Templates.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ select it from the drop down, and press the *Add* button. There is no need to
4343
the right of the desired **Graph Template** or **Data Query**.
4444

4545
---
46-
<copy>Copyright (c) 2004-2022 The Cacti Group</copy>
46+
<copy>Copyright (c) 2004-2023 The Cacti Group</copy>

0 commit comments

Comments
 (0)