diff --git a/docker-compose.override.yml b/docker-compose.override.yml index 2bd2fc9..01ee9d0 100644 --- a/docker-compose.override.yml +++ b/docker-compose.override.yml @@ -5,5 +5,5 @@ services: jaws: image: slominskir/jaws:2.6.1 environment: - CLASS_DEFINITIONS: "Base_Class|INJ|RF|P3_MINOR|Timely operator action required|Call expert|helpdesk|/" + CLASS_DEFINITIONS: "base|INJ|RF|P3_MINOR|Timely operator action required|Call expert|helpdesk|/" ALARM_DEFINITIONS: "alarm1|channel1|INJ|RF|/,alarm2|channel2|INJ|RF|/,alarm3|channel3|INJ|RF|/" \ No newline at end of file diff --git a/examples/registrations/alarm-registrations b/examples/registrations/alarm-registrations index cf61ab3..323af2c 100644 --- a/examples/registrations/alarm-registrations +++ b/examples/registrations/alarm-registrations @@ -1,3 +1,3 @@ -alarm1={"producer": {"org.jlab.jaws.entity.EPICSProducer": {"pv": "channel1"}}, "class": "Base_Class", "location": "INJ", "category": "RF", "latching": false, "filterable": true, "ondelayseconds": null, "offdelayseconds": null, "screenpath": "/", "priority": null, "pointofcontactusername": null, "rationale": null, "correctiveaction": null, "maskedby": null} -alarm2={"producer": {"org.jlab.jaws.entity.EPICSProducer": {"pv": "channel2"}}, "class": "Base_Class", "location": "INJ", "category": "RF", "latching": false, "filterable": true, "ondelayseconds": null, "offdelayseconds": null, "screenpath": "/", "priority": null, "pointofcontactusername": null, "rationale": null, "correctiveaction": null, "maskedby": null} -alarm3={"producer": {"org.jlab.jaws.entity.EPICSProducer": {"pv": "channel3"}}, "class": "Base_Class", "location": "INJ", "category": "RF", "latching": false, "filterable": true, "ondelayseconds": null, "offdelayseconds": null, "screenpath": "/", "priority": null, "pointofcontactusername": null, "rationale": null, "correctiveaction": null, "maskedby": null} +alarm1={"producer": {"org.jlab.jaws.entity.EPICSProducer": {"pv": "channel1"}}, "class": "base", "location": "INJ", "category": "RF", "latching": false, "filterable": true, "ondelayseconds": null, "offdelayseconds": null, "screenpath": "/", "priority": null, "pointofcontactusername": null, "rationale": null, "correctiveaction": null, "maskedby": null} +alarm2={"producer": {"org.jlab.jaws.entity.EPICSProducer": {"pv": "channel2"}}, "class": "base", "location": "INJ", "category": "RF", "latching": false, "filterable": true, "ondelayseconds": null, "offdelayseconds": null, "screenpath": "/", "priority": null, "pointofcontactusername": null, "rationale": null, "correctiveaction": null, "maskedby": null} +alarm3={"producer": {"org.jlab.jaws.entity.EPICSProducer": {"pv": "channel3"}}, "class": "base", "location": "INJ", "category": "RF", "latching": false, "filterable": true, "ondelayseconds": null, "offdelayseconds": null, "screenpath": "/", "priority": null, "pointofcontactusername": null, "rationale": null, "correctiveaction": null, "maskedby": null} diff --git a/examples/registrations/class-registrations b/examples/registrations/class-registrations index d9c6ca4..1939f05 100644 --- a/examples/registrations/class-registrations +++ b/examples/registrations/class-registrations @@ -1 +1 @@ -{"class": "Base_Class"}={"location": "INJ", "category": "RF", "priority": "P3_MINOR", "rationale": "Timely operator action required", "correctiveaction": "Call Expert", "pointofcontactusername": "helpdesk", "latching": true, "filterable": true, "ondelayseconds": 0, "offdelayseconds": 0, "maskedby": null, "screenpath": "/"} \ No newline at end of file +base={"location": "INJ", "category": "RF", "priority": "P3_MINOR", "rationale": "Timely operator action required", "correctiveaction": "Call Expert", "pointofcontactusername": "helpdesk", "latching": true, "filterable": true, "ondelayseconds": 0, "offdelayseconds": 0, "maskedby": null, "screenpath": "/"} \ No newline at end of file