Centinela’s alarm system provides intelligent monitoring and notifications for critical process conditions, ensuring you’re alerted when parameters exceed safe operating ranges.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/CspmIT/centinela-front/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Create sophisticated alarm rules based on single or combined sensor conditions with flexible scheduling and notification settings.Simple Alarms
Monitor individual variables against threshold values.
Combined Alarms
Create complex conditions using multiple variables with AND/OR logic.
Time Restrictions
Limit alarm activation to specific time windows.
Repeat Intervals
Control notification frequency to avoid alert fatigue.
Alarm Types
Simple Alarms
Monitor a single variable against a threshold condition.Set Condition
Define the trigger condition: greater than, less than, equal to, greater than or equal to, less than or equal to, or between.
Simple Alarm Example
Simple Alarm Example
Scenario: Alert when tank level drops below 20%
Combined Alarms
Create complex conditions using two variables with logical operators.Combined alarms use AND or OR logic to evaluate multiple conditions simultaneously, enabling sophisticated alarm scenarios.
- AND: Both conditions must be true to trigger
- OR: Either condition can trigger the alarm
Combined Alarm Example
Combined Alarm Example
Scenario: Alert when pressure is high AND flow is low (potential blockage)
OR Logic Example
OR Logic Example
Scenario: Alert if EITHER pressure is too high OR temperature is too high
Condition Operators
All alarm types support the following condition operators:- Greater Than (>)
- Less Than (<)
- Equal To (=)
- Greater or Equal
- Less or Equal
- Between
Triggers when the measured value exceeds the threshold.Example: Flow rate > 50 L/s (over-flow condition)
Between Condition
The “between” operator requires two values and triggers when the measurement falls within that range:Repeat Intervals
Control how frequently alarm notifications are sent to prevent alert fatigue. Configuration:- 1-5 minutes: Critical safety alarms (pressure, emergency stops)
- 15-30 minutes: Important operational alarms (levels, flow rates)
- 60+ minutes: Informational warnings (efficiency, optimization)
The repeat interval prevents the same alarm from triggering multiple notifications in rapid succession. Once triggered, the alarm will wait the specified interval before checking again.
Time Restrictions
Limit alarm activation to specific time windows, useful for alarms relevant only during certain operational periods.Enable Time Range
Toggle the “Restringir alarma a un rango horario” switch in the alarm configuration.
Time Restriction Example
Time Restriction Example
Scenario: Alert on high flow only during business hours (8 AM - 6 PM)This alarm will only evaluate and trigger between 8:00 AM and 6:00 PM. Outside these hours, it remains inactive.
- Operational alarms active only during production hours
- Maintenance windows where certain alarms should be suppressed
- Shift-specific monitoring requirements
Alarm Management
Creating Alarms
Editing Alarms
Click the “Editar” button on any alarm in the table to modify its configuration. All parameters can be updated:- Alarm name
- Variable selections
- Conditions and thresholds
- Repeat intervals
- Time restrictions
- Alarm type (simple ↔ combined)
Activating/Deactivating Alarms
Alarms can be temporarily disabled without deleting their configuration, useful for maintenance periods or testing.
- Locate the alarm in the table
- Click “Activar” or “Desactivar” button
- Confirm the action
Alarm Table View
The alarm management table displays:| Column | Description |
|---|---|
| Nombre | Alarm name/description |
| Condición | Trigger conditions (shows both conditions for combined alarms) |
| Tipo | Simple or Combinada |
| Repetir / Horario | Repeat interval and time restrictions if configured |
| Estado | Activo (green) or Inactivo (red) |
| Acciones | Edit and activate/deactivate buttons |
Combined Alarm Display
Combined Alarm Display
Combined alarms show both conditions in the table:The logic operator (AND/OR) is highlighted in blue between the conditions.
Variable Selection
Alarms can monitor any InfluxDB variable configured in your system:Sensor Measurements
Temperature, pressure, flow rate, level sensors
Equipment Status
Pump states, valve positions, motor running status
Calculated Values
Derived metrics, efficiency calculations, totals
System Health
Communication status, data quality indicators
Best Practices
Naming Conventions
Use descriptive names that clearly indicate:- What is being monitored
- The condition being checked
- The severity level (if applicable)
- “Critical: Main Tank Low Level”
- “Warning: High Inlet Pressure”
- “Info: Night Operation Flow”
Threshold Selection
Recommended approach:- Critical alarms: Set at absolute limits
- Warning alarms: Set at 80-90% of critical values
- Informational: Set at optimal operating range boundaries
Repeat Interval Tuning
Balance notification frequency against alarm importance:- Too frequent → Alert fatigue, operators may ignore
- Too infrequent → Delayed response to developing issues
Combined Alarm Strategies
When to use AND logic:- Confirming a specific fault condition (high pressure AND low flow = blockage)
- Reducing false positives from single sensor anomalies
- Multiple independent critical conditions
- Redundant sensor monitoring (either sensor A OR sensor B exceeds limit)
Troubleshooting
Alarm Not Triggering
Alarm Not Triggering
Check:
- Alarm status is “Activo” (active)
- Variable ID is correct and data is being received
- Threshold values are appropriate for the variable’s range
- Time restrictions (if configured) include current time
- Repeat interval hasn’t suppressed a recent trigger
Too Many Notifications
Too Many Notifications
Solutions:
- Increase repeat interval
- Adjust threshold to reduce sensitivity
- Add time restrictions to limit activation periods
- Use combined alarms with AND logic to confirm conditions
Combined Alarm Confusion
Combined Alarm Confusion
Remember:
- AND requires BOTH conditions true
- OR requires EITHER condition true
- Test each condition individually first
- Verify variable IDs are correctly assigned
Integration
Alarms integrate with the broader Centinela system:- InfluxDB Integration: Direct variable monitoring from time-series database
- Notification System: Email/SMS alerts (configuration dependent)
- Logging: All alarm triggers are logged for audit and analysis
Next Steps
Learn about viewing real-time system status in the Real-Time Monitoring documentation.
