error web page Nagios

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: error web page Nagios

Post by abrist »

One more command:

Code: Select all

ls -la /var/log | grep nagios
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
zik
Posts: 26
Joined: Wed Feb 13, 2013 4:01 am

Re: error web page Nagios

Post by zik »

Code: Select all


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

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

Re: error web page Nagios

Post 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
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
zik
Posts: 26
Joined: Wed Feb 13, 2013 4:01 am

Re: error web page Nagios

Post 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
zik
Posts: 26
Joined: Wed Feb 13, 2013 4:01 am

Re: error web page Nagios

Post by zik »

is fixed many thanks

All The best
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: error web page Nagios

Post by slansing »

Great thanks for letting us know.
Locked