Exchange issues, might be with client

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
benningtonr
Posts: 524
Joined: Tue May 22, 2012 2:16 pm

Re: Exchange issues, might be with client

Post by benningtonr »

I only have two black list servers entered, same ones i have in my barracuda spam filter
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Exchange issues, might be with client

Post by scottwilkerson »

benningtonr wrote:Exchange 2007 Blacklist Status Critical 1h 22m 58s 5/5 2012-05-23 16:08:05 (null)
Exchange Core Services Critical 1h 22m 25s 5/5 2012-05-23 16:07:58 MSExchangeADTopology: Started - MSExchangeAntispamUpdate: Started - MSExchangeEdgeSync: Started - MSExchangeFDS: Started - MSExchangeImap4: Started - MSExchangeIS: Started - MSExchangeMailboxAssistants: Started - MSExchangeMailSubmission: Started - MSExch
My guess is that there are core services in the list that aren't started, can you run the following from the command line

Code: Select all

cd /usr/local/nagios/libexec
./check_nt -H <EXCHANGE_SERVER_IP> -s "<NSCLIENT_PASSWORD>" -p 12489 -v SERVICESTATE -d SHOWALL -l MSExchangeADTopology,MSExchangeAntispamUpdate,MSExchangeEdgeSync,MSExchangeFDS,MSExchangeImap4,MSExchangeIS,MSExchangeMailboxAssistants,MSExchangeMailSubmission,MSExchangeMonangePop3,MSExchangeRepl,MSExchangeSA,MSExchangeSearch,MSExchangeServiceHost,MSExchangeTransport,MSExchangeTransportLogSearch,msftesql-Exchange
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
benningtonr
Posts: 524
Joined: Tue May 22, 2012 2:16 pm

Re: Exchange issues, might be with client

Post by benningtonr »

MSExchangeMonangePop3: Not found

only one not started
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Exchange issues, might be with client

Post by scottwilkerson »

That will do it, if you don't have that service, you can remove it from the list in
Configure -> Core config manager -> Services -> Core Exchange -> Modify
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
benningtonr
Posts: 524
Joined: Tue May 22, 2012 2:16 pm

Re: Exchange issues, might be with client

Post by benningtonr »

I took it out of the configured checks string.

Trying to fix the black list now, any ideas?
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Exchange issues, might be with client

Post by scottwilkerson »

Testing that would be similar, run

Code: Select all

cd /usr/local/nagios/libexec
./check_bl -H <EXCHANGE_SERVER_IP> -B rbl.server.com rbl.server2.com 
If you get an error about Can't locate Net/DNS.pm run

Code: Select all

yum install perl-Net-DNS -y
then try again
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
benningtonr
Posts: 524
Joined: Tue May 22, 2012 2:16 pm

Re: Exchange issues, might be with client

Post by benningtonr »

I ran this, on a pre-built vm


yum install perl-Net-DNS.i686
got the green check now, can you send me the complete list of BL's so i can re-enter then, I took all of them but two out
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Exchange issues, might be with client

Post by scottwilkerson »

Code: Select all

zen.spamhaus.org bl.spamcop.net dnsbl.ahbl.org dnsbl.njabl.org dnsbl.sorbs.net virbl.dnsbl.bit.nl rbl.efnet.org phishing.rbl.msrbl.net 0spam.fusionzero.com list.dsbl.org multihop.dsbl.org unconfirmed.dsbl.org will-spam-for-food.eu.org blacklist.spambag.org blackholes.brainerd.net blackholes.uceb.org spamsources.dnsbl.info map.spam-rbl.com ns1.unsubscore.com psbl.surriel.com l2.spews.dnsbl.sorbs.net bl.csma.biz sbl.csma.biz dynablock.njabl.org no-more-funn.moensted.dk  ubl.unsubscore.com dnsbl-1.uceprotect.net dnsbl-2.uceprotect.net dnsbl-3.uceprotect.net spamguard.leadmon.net opm.blitzed.org bl.spamcannibal.org rbl.schulte.org dnsbl.ahbl.org virbl.dnsbl.bit.nl combined.rbl.msrbl.net
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
benningtonr
Posts: 524
Joined: Tue May 22, 2012 2:16 pm

Re: Exchange issues, might be with client

Post by benningtonr »

awsome,
I now have the complete list and it is working great.
Many thanks
Locked