Page 1 of 1

exchange 2010 plugin

Posted: Fri Jul 19, 2013 2:24 pm
by benhank
The exchange 2010 plugin has a "black list" check.
Capture.JPG
currently the results are listed as "not blacklisted".
there are a large numbers of blacklist site that this service checks.
I we were to be blacklisted by one of those sites, would the service indicate which site blacklisted us?

Re: exchange 2010 plugin

Posted: Mon Jul 22, 2013 9:15 am
by slansing
Was this check added via the Exchange wizard? Or another plugin? We can crack it open and take a look once we have this info.

Re: exchange 2010 plugin

Posted: Mon Jul 22, 2013 9:50 am
by benhank
yeah thru the wizard

Re: exchange 2010 plugin

Posted: Mon Jul 22, 2013 10:50 am
by abrist
This check uses "check_bl". From the source:

Code: Select all

if (%listed)
{
  print "Listed at";
  foreach (keys(%listed)) { print " $_" }
  print "\n";
}
else { print "Not black-listed\n" }
So it looks like if it was listed, the response in Nagios would be:

Code: Select all

Listed at <blacklist site>

Re: exchange 2010 plugin

Posted: Mon Jul 22, 2013 10:52 am
by benhank
thanks amigo! lock er up bro we is be done!