Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[sweep:integration] docs: update RSS deployment docs #7983

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This section describes the policies and the conditions to match elements.

::

/Operations/[Defaults|SetupName]/ResourceStatus
/Operations/Defaults/ResourceStatus
/Policies
/PolicyName
policyType = policyType
Expand Down Expand Up @@ -70,7 +70,7 @@ It applies the same idea as in `Policies`_, but the number of options is larger.

::

/Operations/[Defaults|SetupName]/ResourceStatus
/Operations/Defaults/ResourceStatus
/PolicyActions
/PolicyActionName
actionType = actionType
Expand Down Expand Up @@ -110,7 +110,7 @@ This section defines the notification groups ( right now, only for EmailAction )

::

/Operations/[Defaults|SetupName]/ResourceStatus
/Operations/Defaults/ResourceStatus
/Notification
/NotificationGroupName
users = email@address, email@address
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ CS Configuration

The configuration for RSS sits under the following path on the CS following the usual /Operations section convention::

/Operations/[Defaults|SetupName]/ResourceStatus
/Operations/Defaults/ResourceStatus

Please, make sure you have the following schema::

/Operations/[Defaults|SetupName]/ResourceStatus
/Operations/Defaults/ResourceStatus
/Config
State = InActive
Cache = 300
Expand Down
Loading