Documentation
¶
Overview ¶
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.
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.
Index ¶
- Variables
- func AuditLog(ctxt string, event models.AppEvent, dbprovider dbprovider.DbInterface) error
- func ClearCorrespondingAlert(event models.AppEvent, ctxt string) (models.AlarmStatus, error)
- func DismissAllEventsForEntity(uuid uuid.UUID, event models.AppEvent, ctxt string) error
- func Persist_event(event models.Event, ctxt string) error
- func UpdateAlarmCount(event models.AppEvent, severity models.AlarmStatus, ctxt string) error
- func UpdateBlockDeviceAlarmCount(event models.AppEvent, clearedSeverity models.AlarmStatus, ctxt string) error
- func UpdateClusterAlarmCount(event models.AppEvent, clearedSeverity models.AlarmStatus, ctxt string) error
- func UpdateNodeAlarmCount(event models.AppEvent, clearedSeverity models.AlarmStatus, ctxt string) error
- func UpdateSluAlarmCount(event models.AppEvent, clearedSeverity models.AlarmStatus, ctxt string) error
- func UpdateStorageAlarmCount(event models.AppEvent, clearedSeverity models.AlarmStatus, ctxt string) error
Constants ¶
This section is empty.
Variables ¶
var ( ClusterAffectingEntities = []models.NotificationEntity{ models.NOTIFICATION_ENTITY_HOST, models.NOTIFICATION_ENTITY_CLUSTER, models.NOTIFICATION_ENTITY_SLU, models.NOTIFICATION_ENTITY_STORAGE, models.NOTIFICATION_ENTITY_BLOCK_DEVICE, models.NOTIFICATION_ENTITY_STORAGE_PROFILE, } HostAffectingEntities = []models.NotificationEntity{ models.NOTIFICATION_ENTITY_HOST, models.NOTIFICATION_ENTITY_SLU, } SluAffectingEntities = []models.NotificationEntity{ models.NOTIFICATION_ENTITY_SLU, } StorageAffectingEntities = []models.NotificationEntity{ models.NOTIFICATION_ENTITY_STORAGE, } BlockDeviceAffectingEntities = []models.NotificationEntity{ models.NOTIFICATION_ENTITY_BLOCK_DEVICE, } )
Functions ¶
func AuditLog ¶
func AuditLog(ctxt string, event models.AppEvent, dbprovider dbprovider.DbInterface) error
func ClearCorrespondingAlert ¶
func UpdateAlarmCount ¶
func UpdateClusterAlarmCount ¶
func UpdateNodeAlarmCount ¶
func UpdateSluAlarmCount ¶
func UpdateStorageAlarmCount ¶
Types ¶
This section is empty.