View Issue Details

IDProjectCategoryView StatusLast Update
0000366SpeedFanConfigurationpublic2005-10-20 08:59
ReporterMauMP3 Assigned Toalfredo  
PrioritynormalSeverityfeatureReproducibilityalways
Status acknowledgedResolutionopen 
Product Version4.26 
Summary0000366: Multiple actions for Events
DescriptionIt would be very useful if one could add several actions for each event, under diferent conditions.
Today we can define a single action for each event.
A good example would be:

IF (CPU) Temp >= 50 THEN popup "CPU too HOT"
IF (CPU) Temp >= 65 THEN execute "shutdown.exe"

If the system is unattended, the 'shutdown' possibility may save the HW of being damaged. On the other hand, it is good when we are working to know that the system is becoming too hot by a beep or popup message. On this example, both entries have value, that's the reason why I ask for this feature.
TagsNo tags attached.
Motherboard Model
Video Card Model

Activities

alfredo

2005-10-20 08:59

manager   ~0001288

While I agree that a further level of control can be useful (and I'm working on it), your example works fine. What happens is that you will see the POPUP while CPU is between 50C and 64C and the system will shut down when CPU reaches 65C.

Issue History

Date Modified Username Field Change
2005-10-15 15:14 MauMP3 New Issue
2005-10-20 08:59 alfredo Note Added: 0001288
2005-10-20 08:59 alfredo Status assigned => acknowledged