project8 / dripline

Slow controls for medium scale physics experiments based on AMQP centralized messaging
http://www.project8.org/dripline
1 stars 0 forks source link

Sender_info missing in alerts messages #165

Closed guiguem closed 7 years ago

guiguem commented 8 years ago

The sensor_info field is empty, this field might be required for a intelligent Slack display.

dripline.core.Service [sensor_value.trap_coil_3_current_limit]     (From App [routing_key])
{
    "timestamp": "2016-11-11T01:03:53Z", 
    "payload": {
        "value_cal": 0.25, 
        "value_raw": 0.25
    }, 
    "sender_info": {
        "username": "project8", 
        "exe": "/home/project8/python_environments/latest_version/bin/dragonfly", 
        "package": "dripline", 
        "service_name": "", 
        "hostname": "claude", 
        "version": "wp2.0.0", 
        "commit": "ga81e673"
    }
}
guiguem commented 8 years ago

Might actually not be a problem for slack, but we should put it for completeness... Not a priority if not a problem for Slack.

guiguem commented 7 years ago

This issue was moved to project8/dripline-python#8