diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/dcae_snmptrapd.yaml | 17 | ||||
-rw-r--r-- | etc/dcae_snmptrapd_logging.yaml | 17 | ||||
-rw-r--r-- | etc/trapd.yaml | 17 | ||||
-rw-r--r-- | etc/trapd_logging.yaml | 17 |
4 files changed, 68 insertions, 0 deletions
diff --git a/etc/dcae_snmptrapd.yaml b/etc/dcae_snmptrapd.yaml index c3c7f06..0b4feb7 100644 --- a/etc/dcae_snmptrapd.yaml +++ b/etc/dcae_snmptrapd.yaml @@ -1,3 +1,20 @@ +# ================================================================================ +# Copyright (c) 2017-2018 AT&T Intellectual Property. All rights reserved. +# ================================================================================ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ============LICENSE_END========================================================= +# +# ECOMP is a trademark and service mark of AT&T Intellectual Property. protocol: transport: udp interface: localhost diff --git a/etc/dcae_snmptrapd_logging.yaml b/etc/dcae_snmptrapd_logging.yaml index 586e3cb..43af342 100644 --- a/etc/dcae_snmptrapd_logging.yaml +++ b/etc/dcae_snmptrapd_logging.yaml @@ -1,3 +1,20 @@ +# ================================================================================ +# Copyright (c) 2017-2018 AT&T Intellectual Property. All rights reserved. +# ================================================================================ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ============LICENSE_END========================================================= +# +# ECOMP is a trademark and service mark of AT&T Intellectual Property. version: 1 disable_existing_loggers: False formatters: diff --git a/etc/trapd.yaml b/etc/trapd.yaml index 06e1323..7432e56 100644 --- a/etc/trapd.yaml +++ b/etc/trapd.yaml @@ -1,3 +1,20 @@ +# ================================================================================ +# Copyright (c) 2018 AT&T Intellectual Property. All rights reserved. +# ================================================================================ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ============LICENSE_END========================================================= +# +# ECOMP is a trademark and service mark of AT&T Intellectual Property. snmptrap: '2.0' info: version: 2.1 diff --git a/etc/trapd_logging.yaml b/etc/trapd_logging.yaml index 586e3cb..6719e5e 100644 --- a/etc/trapd_logging.yaml +++ b/etc/trapd_logging.yaml @@ -1,3 +1,20 @@ +# ================================================================================ +# Copyright (c) 2018 AT&T Intellectual Property. All rights reserved. +# ================================================================================ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ============LICENSE_END========================================================= +# +# ECOMP is a trademark and service mark of AT&T Intellectual Property. version: 1 disable_existing_loggers: False formatters: |