Home | History | Annotate | Download | only in scheduler

Lines Matching refs:subject

152             subject = ('%s relationships to invalid models, cleaned all' %
155 logging.warning(subject)
157 email_manager.manager.enqueue_notify_email(subject, message)
268 subject = ('%d queue entries found with active=complete=1'
279 self._send_inconsistency_message(subject, lines)
296 subject = '%s hosts with multiple platforms' % self._db.rowcount
299 self._send_inconsistency_message(subject, lines)
335 subject = '%s hosts with multiple atomic groups' % self._db.rowcount
338 self._send_inconsistency_message(subject, lines)
341 def _send_inconsistency_message(self, subject, lines):
342 logging.error(subject)
346 email_manager.manager.enqueue_notify_email(subject, message)