From 14799ecdd3cf65042e79a5ed3aa5dbf3a7eef729 Mon Sep 17 00:00:00 2001 From: Tony Murray Date: Mon, 5 Sep 2022 02:25:36 -0500 Subject: [PATCH] cisco-sla module was renamed to slas (#14288) Cleanup references to it. --- doc/Developing/os/Initial-Detection.md | 2 +- doc/Support/Discovery Support.md | 4 ++-- doc/Support/Poller Support.md | 4 ++-- resources/lang/en/settings.php | 8 ++++---- resources/lang/fr/settings.php | 4 ++-- resources/lang/it/settings.php | 8 ++++---- resources/lang/uk/settings.php | 8 ++++---- 7 files changed, 19 insertions(+), 19 deletions(-) diff --git a/doc/Developing/os/Initial-Detection.md b/doc/Developing/os/Initial-Detection.md index d1ed603556..5ba52b729d 100644 --- a/doc/Developing/os/Initial-Detection.md +++ b/doc/Developing/os/Initial-Detection.md @@ -96,7 +96,7 @@ which modules are enabled/disabled by default. ```yaml discovery_modules: cisco-cef: true - cisco-sla: true + slas: true cisco-mac-accounting: false ``` diff --git a/doc/Support/Discovery Support.md b/doc/Support/Discovery Support.md index 574f542cfe..6270c16f3f 100644 --- a/doc/Support/Discovery Support.md +++ b/doc/Support/Discovery Support.md @@ -76,7 +76,7 @@ $config['discovery_modules']['cisco-mac-accounting'] = false; $config['discovery_modules']['cisco-pw'] = false; $config['discovery_modules']['vrf'] = false; $config['discovery_modules']['cisco-cef'] = false; -$config['discovery_modules']['cisco-sla'] = false; +$config['discovery_modules']['slas'] = false; $config['discovery_modules']['cisco-cbqos'] = false; $config['discovery_modules']['cisco-otv'] = false; $config['discovery_modules']['ipv4-addresses'] = true; @@ -175,7 +175,7 @@ device, with history data. `cisco-cef`: CEF detection and support. -`cisco-sla`: SLA detection and support. +`slas`: SLA detection and support. `vmware-vminfo`: Detection of vmware guests on an ESXi host diff --git a/doc/Support/Poller Support.md b/doc/Support/Poller Support.md index c04e6f4fc3..c4a5a98f43 100644 --- a/doc/Support/Poller Support.md +++ b/doc/Support/Poller Support.md @@ -81,7 +81,7 @@ $config['poller_modules']['ospf'] = true; $config['poller_modules']['cisco-ipsec-flow-monitor'] = false; $config['poller_modules']['cisco-remote-access-monitor'] = false; $config['poller_modules']['cisco-cef'] = false; -$config['poller_modules']['cisco-sla'] = false; +$config['poller_modules']['slas'] = false; $config['poller_modules']['cisco-mac-accounting'] = false; $config['poller_modules']['cipsec-tunnels'] = false; $config['poller_modules']['cisco-ace-loadbalancer'] = false; @@ -169,7 +169,7 @@ configured to be ignored by config options. `cisco-cef`: CEF detection and support. -`cisco-sla`: SLA detection and support. +`slas`: SLA detection and support. `cisco-mac-accounting`: MAC Address account support. diff --git a/resources/lang/en/settings.php b/resources/lang/en/settings.php index 75b539ad3b..f3d98bab5f 100644 --- a/resources/lang/en/settings.php +++ b/resources/lang/en/settings.php @@ -498,8 +498,8 @@ return [ 'cisco-qfp' => [ 'description' => 'Cisco QFP', ], - 'cisco-sla' => [ - 'description' => 'Cisco SLA', + 'slas' => [ + 'description' => 'Service Level Agreement Tracking', ], 'cisco-pw' => [ 'description' => 'Cisco PW', @@ -1118,8 +1118,8 @@ return [ 'cisco-cef' => [ 'description' => 'Cisco CEF', ], - 'cisco-sla' => [ - 'description' => 'Cisco SLA', + 'slas' => [ + 'description' => 'Service Level Agreement Tracking', ], 'cisco-mac-accounting' => [ 'description' => 'Cisco MAC Accounting', diff --git a/resources/lang/fr/settings.php b/resources/lang/fr/settings.php index b446393f95..2337b36086 100644 --- a/resources/lang/fr/settings.php +++ b/resources/lang/fr/settings.php @@ -396,8 +396,8 @@ return [ 'cisco-qfp' => [ 'description' => 'Cisco QFP', ], - 'cisco-sla' => [ - 'description' => 'Cisco SLA', + 'slas' => [ + 'description' => 'Service Level Agreement Tracking', ], 'cisco-pw' => [ 'description' => 'Cisco PW', diff --git a/resources/lang/it/settings.php b/resources/lang/it/settings.php index 54721af148..ef33ba6b48 100644 --- a/resources/lang/it/settings.php +++ b/resources/lang/it/settings.php @@ -494,8 +494,8 @@ return [ 'cisco-qfp' => [ 'description' => 'Cisco QFP', ], - 'cisco-sla' => [ - 'description' => 'Cisco SLA', + 'slas' => [ + 'description' => 'Service Level Agreement Tracking', ], 'cisco-pw' => [ 'description' => 'Cisco PW', @@ -1110,8 +1110,8 @@ return [ 'cisco-cef' => [ 'description' => 'Cisco CEF', ], - 'cisco-sla' => [ - 'description' => 'Cisco SLA', + 'slas' => [ + 'description' => 'Service Level Agreement Tracking', ], 'cisco-mac-accounting' => [ 'description' => 'Cisco MAC Accounting', diff --git a/resources/lang/uk/settings.php b/resources/lang/uk/settings.php index b9ce765f78..501626d850 100644 --- a/resources/lang/uk/settings.php +++ b/resources/lang/uk/settings.php @@ -485,8 +485,8 @@ return [ 'cisco-qfp' => [ 'description' => 'Cisco QFP', ], - 'cisco-sla' => [ - 'description' => 'Cisco SLA', + 'slas' => [ + 'description' => 'Service Level Agreement Tracking', ], 'cisco-pw' => [ 'description' => 'Cisco PW', @@ -1101,8 +1101,8 @@ return [ 'cisco-cef' => [ 'description' => 'Cisco CEF', ], - 'cisco-sla' => [ - 'description' => 'Cisco SLA', + 'slas' => [ + 'description' => 'Service Level Agreement Tracking', ], 'cisco-mac-accounting' => [ 'description' => 'Cisco MAC Accounting',