We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10f08b4 commit 6197f2fCopy full SHA for 6197f2f
mongodb_consistent_backup/Notify/Nsca/Nsca.py
@@ -29,7 +29,7 @@ def __init__(self, manager, config, timer, base_dir, backup_dir, **kwargs):
29
req_attrs = ['server', 'check_name', 'check_host']
30
for attr in req_attrs:
31
if not getattr(self, attr):
32
- raise OperationError('NSCA module requires attribute: %s!' % attr)
+ raise OperationError('NSCA notifier module requires attribute: %s!' % attr)
33
34
self.server_name = self.server
35
self.server_port = 5667
0 commit comments