~thomir-deactivatedaccount/charms/trusty/tanuki-result-enum-worker/trunk-tweak-nagios

« back to all changes in this revision

Viewing changes to hooks/actions.py

  • Committer: Thomi Richards
  • Date: 2015-09-01 04:57:02 UTC
  • Revision ID: thomi.richards@canonical.com-20150901045702-lc8o3b6wnu7o5c8p
Improve nagios message to be more specific.

Show diffs side-by-side

added added

removed removed

Lines of Context:
127
127
 
128
128
    nrpe_compat.add_check(
129
129
        shortname='result_worker_status',
130
 
        description='Check result-worker status',
 
130
        description='Worker app or worker rabbitmq check.',
131
131
        check_cmd='check_file_age -c 60 %s' % NAGIOS_CONTROL_FILEPATH
132
132
    )
133
133
    nrpe_compat.write()