Skip to content

Commit 7489f20

Browse files
committed
Merge branch '1.2.x' into develop
2 parents 731dfc3 + 6906032 commit 7489f20

15 files changed

+589
-341
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ assignees: ''
88
---
99
<!--
1010
#
11-
# Copyright (C) 2004-2023 The Cacti Group
11+
# Copyright (C) 2004-2024 The Cacti Group
1212
#
1313
-->
1414
**Describe the bug**

.github/ISSUE_TEMPLATE/feature_request.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ assignees: ''
88
---
99
<!--
1010
#
11-
# Copyright (C) 2004-2023 The Cacti Group
11+
# Copyright (C) 2004-2024 The Cacti Group
1212
#
1313
-->
1414
**Is your feature request related to a problem? Please describe.**

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# +-------------------------------------------------------------------------+
2-
# | Copyright (C) 2004-2023 The Cacti Group |
2+
# | Copyright (C) 2004-2024 The Cacti Group |
33
# | |
44
# | This program is free software; you can redistribute it and/or |
55
# | modify it under the terms of the GNU General Public License |

.mdl_style.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# +-------------------------------------------------------------------------+
2-
# | Copyright (C) 2004-2023 The Cacti Group |
2+
# | Copyright (C) 2004-2024 The Cacti Group |
33
# | |
44
# | This program is free software; you can redistribute it and/or |
55
# | modify it under the terms of the GNU General Public License |

CHANGELOG

+21-6
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,39 @@ The Cacti Group | spine
44
-feature#5090: Enhance number recognition within Spine
55
-feature#3740: Ability to disable a site
66

7+
1.2.28
8+
-issue#350: When using Ping or SNMP Uptime, host is not always detected properly
9+
-issue#351: Add Ping Method where connection refused assumes host is up
10+
711
1.2.27
8-
-issue: Restore AES Support
12+
-issue#349: Removal of AES Privacy Protocol was pre-mature
913

1014
1.2.26
11-
-issue#315: Invalid ERROR: No such Instance for oid '.1.3.6.1.6.3.10.2.1.3.0' when per second uptime OID is not found
12-
-issue#317: WARNING: MYSQL_OPT_RECONNECT is deprecated and will be removed in a future version.
15+
-issue#315: Errors cam be reported when uptime OID is not present
16+
-issue#317: MySQL reconnect option is depreciated
1317
-issue#321: Spine does not check a host with no poller items
14-
-issue#323: Wrong number of devices in stats due to device 0 assumption
18+
-issue#323: Poller may report the wrong number of devices polled
1519
-feature#329: Allow users to override the threads setting at the command line
16-
-feature#331: Introduce a ping only option -P | --ping for rapid service checks
20+
-feature#331: Allow spine to run in ping-only mode
1721

1822
1.2.25
23+
-issue#234: Spine should see if script to be executed is executable
24+
-issue#291: Enhance number recognition
25+
-issue#294: When polling devices, sort by larger number of items first
26+
-issue#298: Log format may be corrupted when timeout occurs
1927
-issue#303: Compile warning appears due to GCC flag on RHEL7/RHEL8
28+
-issue#304: Downed device detection only checks one of the two uptime OIDs
2029
-issue#305: Compile error appears due to execinfo.h on FreeBSD
2130
-issue#306: Bootstrap shell script contains some PHP cruft
31+
-issue#308: Padding is not always removed from the start of non-numeric strings
32+
-issue#311: Improve SNMP result handling for non-numeric results
33+
-issue#312: Further improve SNMP result handling for non-numeric results
34+
-issue#313: Remove check for the max_oids column which has been present since Cacti v1.0
35+
-issue#314: Minimize Sorting when fetching poller records for maximum performance
36+
-feature#234: Spine should see if script to be executed is executable
2237

2338
1.2.24
24-
-issue#296: In some environments snmp_get without response cause SIGSEGV
39+
-issue#296: When ignoring older OIDs, segmentation faults can be caused
2540

2641
1.2.23
2742
-issue#287: Unexpected reindexing occurs when using uptime as the reindex method

Makefile.am

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
## Makefile.am -- Process this file with automake to produce Makefile.in
2-
#
31
# +-------------------------------------------------------------------------+
42
# | Copyright (C) 2004-2024 The Cacti Group |
53
# | |

0 commit comments

Comments
 (0)