project8 / dripline-python

python implementation of project8/dripline
Other
2 stars 0 forks source link

Sender_info missing in alerts messages #8

Closed guiguem closed 6 years ago

guiguem commented 7 years ago

From @guiguem on November 11, 2016 2:0

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"
    }
}

Copied from original issue: project8/dripline#165

guiguem commented 7 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.

wcpettus commented 6 years ago

Fixed in 3.5.7