omniaretail / nimator

Light-weight adhoc framework for creating monitoring apps with c-sharp based system-checks.
MIT License
10 stars 9 forks source link

Slack notifier no longer shows "attachment" text #14

Closed jeroenheijmans closed 8 years ago

jeroenheijmans commented 8 years ago

The "attachment" (in the Slack-API-sense) messages no longer show up when SlackNotifier pushes an update.

That is, previously there would be two "attached" messages in addition to the fully rendered Nimator result:

Possibly one of the refactors changed the way the classes are pushed to the REST api? Perhaps some explicit serialization info is needed, should this bug be caused by property renames...