Security - SMP
Permission |
Description |
Default/Typical values |
Configure |
Allows configuration of the module |
0 or 1 |
UseCaseAddMonitorToHost |
Allows the “manage monitoring by host” configuration use case |
0 or 1 |
UseCaseAddMonitorToGroup |
Allows the “manage monitoring by host group” configuration use case |
0 or 1 |
UseCaseCreateNewMonitor |
Allows the “manage monitors” configuration use case |
0 or 1 |
UseCaseManageLogicalGroups |
Allows the “manage host groups” configuration use case |
0 or 1 |
UseCaseSMPReporting |
Allows the reporting use case |
0 or 1 |
UseCaseManageMonitoringCatalog |
Allows the management of the monitoring catalog |
0 or 1 |
UseCaseManageSMPRepository |
Allows the management of the Self-Service Monitoring Portal database |
0 or 1 |
UseCaseDeviceThresholds |
Allows the “manage device thresholds” use case |
0 or 1 |
UseCaseManagePolicyPermissions |
Allows the “manage policy permissions” use case |
0 or 1 |
UseCaseManageMappingZABBIX |
ZABBIX Only Allows the “manage mapping permissions” use case |
|
AllowFileUpload |
Allow upload of files (typically to set up external sources) in the ./data/SelfServiceMonitoringPortal folder |
0 or 1 |
HiddenDimensions |
Comma separated list of dimensions that will not be exposed to users. Dimensions are any value found in e.g. the reporting dimensions choices dropdown list (ApplicationClass,SolutionName,…) |
empty |
ViewAllLG |
View all Host Groups |
0 or 1 |
ViewGroupLG |
View Group Host Groups |
0 or 1 |
ViewGlobalLG |
View global Host Groups |
0 or 1 |
ManageAllLG |
Manage (create, modify, enable/disable, delete) all Host Groups |
0 or 1 |
ManageGroupLG |
Manage (create, modify, enable/disable, delete) Group Host Groups |
0 or 1 |
ManageGlobalLG |
Manage (create, modify, enable/disable, delete) global Host Groups |
0 or 1 |
ManageGroupQ |
Manage Group Queries |
0 or 1 |
ManagePrivateQ |
Manage Private Queries |
0 or 1 |
RunGroupQ |
Run Group Queries |
0 or 1 |
RunGlobalQ |
Run Global Queries |
0 or 1 |
ViewAllMP |
View all Monitoring Profiles |
0 or 1 |
ViewGroupMP |
View Group Monitoring Policies |
0 or 1 |
ViewGlobalMP |
View Global Monitoring Policies |
0 or 1 |
ManageAllMP |
Manage (create, modify, enable/disable, delete) all Monitoring Policies |
0 or 1 |
ManageGroupMP |
Manage (create, modify, enable/disable, delete) Group Monitoring Policies |
0 or 1 |
ManageGlobalMP |
Manage (create, modify, enable/disable, delete) Global Monitoring Policies |
0 or 1 |
SubscribeAllMP |
Subscribe a Host Group (that can be viewed and/or managed) to any Monitoring Policy |
0 or 1 |
SubscribeGlobalMP |
Subscribe a Host Group (that can be viewed and/or managed) to any Global Monitory Policy |
0 or 1 |
SubscribeGroupMP |
Subscribe a Host Group (that can be viewed and/or managed) to any Group Monitory Policy |
0 or 1 |
SubscribePrivateMP |
Subscribe a Host Group (that can be viewed and/or managed) to any Private Monitory Policy |
0 or 1 |
ViewNonPAPTags |
View TrueSight tags that have been created outside ProactivePack. |
0 or 1 |
SubscribeNonPAPTagsToAllMP |
Subscribe a non-ProactivePack tag to any Monitoring Policy |
0 or 1 |
SubscribeNonPAPTagsToGlobalMP |
Subscribe a non-ProactivePack tag to any Global Monitoring Policy |
0 or 1 |
SubscribeNonPAPTagsToGroupMP |
Subscribe a non-ProactivePack tag to any Group Monitoring Policy |
0 or 1 |
SubscribeNonPAPTagsToPrivateMP |
Subscribe a non-ProactivePack tag to any Private Monitoring Policy |
0 or 1 |
ManageServerThresholds |
Manage (view, modify, add, delete) server thresholds |
0 or 1 |
ManageAgentThresholds |
Manage (view, modify, add, delete) agent thresholds |
0 or 1 |
ShowQueryToolTip |
If enabled, shows details of the underlying SQL queries performed against the database |
0 or 1 |
ShowAdditionalInfo |
If enabled, displays the “additional information” where applicable. For TrueSight, additional information consist in cross-launch buttons into the TrueSight console |
0 or 1 |
ShowNiceThreholds |
If 1, display thresholds in a nice formatted format. If 0, display threholds in the raw internal format |
0 or 1 |
ShowAppAndParmsLabels |
If 1, display application and parameter labels where applicable. If 0, display applications and parameters in raw format |
0 or 1 |
NumberOfQueryCond |
Number of restriction conditions that apply to the data that can be queried when building queries and reports. If >0, then the parameters below must be filled in for the number of query conditions that need to be expressed |
1 |
StartCond1 |
Left separator for condition 1. Can be empty or NOT, and/or a set of left parenthesis(es) to group conditions together |
(empty) |
CondSlotName1 |
A dimension as listed in ./config/ SelfServiceMonitoringPortalDeviceTranslation.xml, e.g. “displayName” or “Group” |
displayName |
Operator1 |
Test operator, in word, not symbol, format. Valid operators are : equals, not_equals, contains, not_contains, has_prefix, not_has_prefix, has_suffix, not_has_suffix, within, outside |
has_prefix |
CondValue1 |
Value to test in the condition |
vm |
EndCond1 |
Right separator for condition 1. Can be empty or a set of right parenthesis(es) to group conditions together |
(empty) |
JoinCond1
|
A Boolean OR or AND operator |
AND |
StartCond2….. |
Repeat up to value of NumberOfQueryCond |
|