diff --git a/masakarimonitors/conf/host.py b/masakarimonitors/conf/host.py index 1ec3e8f..760bec4 100644 --- a/masakarimonitors/conf/host.py +++ b/masakarimonitors/conf/host.py @@ -31,7 +31,7 @@ be sent. cfg.IntOpt('api_retry_max', default=12, help='Number of retries for send a notification in' - ' processmonitor.'), + ' hostmonitor.'), cfg.IntOpt('api_retry_interval', default=10, help='Trial interval of time of the notification processing'