Alignak-monitoring-contrib / alignak-app

Desktop application in system tray for Alignak users.
GNU Affero General Public License v3.0
6 stars 2 forks source link

Review spy messages, make them more useful to the user #282

Closed algorys closed 6 years ago

algorys commented 6 years ago

Review spy messages, make them more useful to the user.

Now:

'HOSTNAME is STATE. There are some services STATE'
# or
'HOSTNAME is STATE. You've nothing to do'

Not very useful...

Expected:

# For hosts
'HOSTNAME is STATE (LAST_CHECK)'
# If the host state has changed since the last message, be more specific:
'HOSTNAME state have changed: STATE ! (LAST_CHECK)'
# Or
'HOSTNAME is UP. All service are OK, acknowledged or downtimed. (LAST_CHECK)'
# For services
# With the icon color that will depend on the state.
'Service SERVICE_NAME of HOSTNAME is STATE'
# If service state has changed since the last message, be more specific:
'Service SERVICE_NAME of HOSTNAME state have changed: STATE !'
algorys commented 6 years ago

Done.