diff --git a/CHANGELOG b/CHANGELOG index 1b0925682d..1d66bf014e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -19,6 +19,7 @@ Cacti CHANGELOG -issue#5696: When inputting Chinese to search for graphics, garbled characters appear. -issue#5701: Bad URL formating in the templates_import.php preview mode -feature#5692: Add a "device enabled/disabled" indicator next to the graphs +-feature#5716: Add Aruba Clearpass template 1.2.26 -security#GHSA-xwqc-7jc4-xm73: XSS vulnerability when importing a template file diff --git a/install/functions.php b/install/functions.php index 6689f57296..c9248c7fbe 100644 --- a/install/functions.php +++ b/install/functions.php @@ -482,6 +482,7 @@ function install_setup_get_templates() { 'Cacti_Stats.xml.gz', 'Cisco_Router.xml.gz', 'Citrix_NetScaler_VPX.xml.gz', + 'Clearpass_policy_manager.xml.gz', 'ESXi_Device.xml.gz', 'Fortigate.xml.gz', 'Generic_SNMP_Device.xml.gz', diff --git a/install/templates/Clearpass_policy_manager.xml.gz b/install/templates/Clearpass_policy_manager.xml.gz new file mode 100644 index 0000000000..69eb5084e1 Binary files /dev/null and b/install/templates/Clearpass_policy_manager.xml.gz differ