Page 2 of 2

Re: error web page Nagios

Posted: Thu Feb 21, 2013 5:33 pm
by abrist
One more command:

Code: Select all

ls -la /var/log | grep nagios

Re: error web page Nagios

Posted: Thu Feb 21, 2013 5:50 pm
by zik

Code: Select all


drwxr-xr-x  3 nagios nagios    4096 févr. 21 22:43 nagios


Re: error web page Nagios

Posted: Thu Feb 21, 2013 7:35 pm
by scottwilkerson
If you saw the notification in the log but it didn't arrive I would start by looking at the maillog on the system,

Code: Select all

tail /var/log/maillog

Re: error web page Nagios

Posted: Fri Feb 22, 2013 4:03 am
by zik

Code: Select all

tail /var/log/maillog
Feb 22 08:32:29 Nagiose postfix/pickup[4446]: 406C64E683: uid=494 from=<nagios>
Feb 22 08:32:29 Nagiose postfix/cleanup[9480]: 406C64E683: message-id=<[email protected]>
Feb 22 08:32:29 Nagiose postfix/qmgr[18500]: 406C64E683: from=<[email protected]>, size=697, nrcpt=1 (queue active)
Feb 22 08:32:29 Nagiose postfix/smtp[9494]: 406C64E683: to=<[email protected]>, relay=exchangeserver.domainename.com[10.5.5.6]:25, delay=0.16, delays=0.03/0/0/0.12, dsn=2.6.0, status=sent (250 2.6.0  <[email protected]> Queued mail for delivery)
Feb 22 08:32:29 Nagiose postfix/qmgr[18500]: 406C64E683: removed
Feb 22 08:32:49 Nagiose postfix/pickup[4446]: 287E64E683: uid=494 from=<nagios>
Feb 22 08:32:49 Nagiose postfix/cleanup[9480]: 287E64E683: message-id=<[email protected]>
Feb 22 08:32:49 Nagiose postfix/qmgr[18500]: 287E64E683: from=<[email protected]>, size=705, nrcpt=1 (queue active)
Feb 22 08:32:49 Nagiose postfix/smtp[9494]: 287E64E683: to=<[email protected]>, relay=serverexchange.domainename.com[10.5.5.6]:25, delay=0.14, delays=0.02/0/0/0.11, dsn=2.6.0, status=sent (250 2.6.0  <[email protected]> Queued mail for delivery)
Feb 22 08:32:49 Nagiose postfix/qmgr[18500]: 287E64E683: removed
If I need to change the exchange server name in the configuration how I can do it ?

Many Thanks

Re: error web page Nagios

Posted: Fri Feb 22, 2013 9:42 am
by zik
is fixed many thanks

All The best

Re: error web page Nagios

Posted: Fri Feb 22, 2013 11:50 am
by slansing
Great thanks for letting us know.