Search found 15 matches

by madhurima12
Tue Oct 08, 2019 12:07 pm
Forum: Open Source Nagios Projects
Topic: Adding contacts and contact groups
Replies: 23
Views: 9458

Re: Adding contacts and contact groups

Yes, the terminal runs in the container itself. Yeah I understand that and that is part of the reason why it is so hard to setup a simple contact group cause I cannot find any reference material anywhere. The best bet was to ask you guys. On running which mailx, the path is /usr/bin/mailx Where do I...
by madhurima12
Tue Oct 08, 2019 11:55 am
Forum: Open Source Nagios Projects
Topic: Adding contacts and contact groups
Replies: 23
Views: 9458

Re: Adding contacts and contact groups

But if I run a simple echo hello | mailx [email protected] in the terminal, it does send the email. That must mean postfix is running.
by madhurima12
Tue Oct 08, 2019 11:32 am
Forum: Open Source Nagios Projects
Topic: Adding contacts and contact groups
Replies: 23
Views: 9458

Re: Adding contacts and contact groups

This is what i get when I try to start postfix: root@nagios-87fbfd68c-pgvb5:/etc# service postfix status * postfix is not running root@nagios-87fbfd68c-pgvb5:/etc# postfix start postfix: Postfix is running with backwards-compatible default settings postfix: See http://www.postfix.org/COMPATIBILITY_R...
by madhurima12
Mon Oct 07, 2019 1:18 pm
Forum: Open Source Nagios Projects
Topic: Adding contacts and contact groups
Replies: 23
Views: 9458

Re: Adding contacts and contact groups

Yes, I did find a postfix folder which has a main.cf file in it. The error I see now is as follows: [1570445859] wproc: NOTIFY job 52 from worker Core Worker 41 timed out after 31.01s [1570445859] wproc: host=lsbxcpch008.icbc.net; service=(none); contact=madi [1570445859] wproc: early_timeout=1; exi...
by madhurima12
Fri Oct 04, 2019 1:38 pm
Forum: Open Source Nagios Projects
Topic: Adding contacts and contact groups
Replies: 23
Views: 9458

Re: Adding contacts and contact groups

Sorry, did you receive my reply? It does not show up here
by madhurima12
Fri Oct 04, 2019 1:21 pm
Forum: Open Source Nagios Projects
Topic: Adding contacts and contact groups
Replies: 23
Views: 9458

Re: Adding contacts and contact groups

Sorry about the last post. I send out the same information twice. About MTA being installed, I was not really able to verifiy if it is there or not. Is there any way to verify if MTA is installed or not? I tried running a few commands to check but unfortunately nothing went through. It may also be t...
by madhurima12
Fri Oct 04, 2019 1:08 pm
Forum: Open Source Nagios Projects
Topic: Adding contacts and contact groups
Replies: 23
Views: 9458

Re: Adding contacts and contact groups

Following commands posted in your last post:
path to emai
/usr/bin/mail

path to printf
/usr/bin/printf

could not locate a maillog by following the path into /var/bin
command posted did not run saying no such file or directory
so no maillog definitely along that path
by madhurima12
Fri Oct 04, 2019 12:54 pm
Forum: Open Source Nagios Projects
Topic: Adding contacts and contact groups
Replies: 23
Views: 9458

Re: Adding contacts and contact groups

Path to email:
/usr/bin/mail

Path to printf:
/usr/bin/printf

Not sure if that's how its supposed to be for the above. I just ran the commands specified in your last post.

Also could not locate a maillog using the command you specified. Checked the path provided. There is no maillog inside /var/bin
by madhurima12
Fri Oct 04, 2019 12:18 pm
Forum: Open Source Nagios Projects
Topic: Adding contacts and contact groups
Replies: 23
Views: 9458

Re: Adding contacts and contact groups

The template for generic-contact: define contact{ name generic-contact ; The name of this contact template service_notification_period 24x7 ; service notifications can be sent anytime host_notification_period 24x7 ; host notifications can be sent anytime service_notification_options w,u,c,r,f,s ; se...
by madhurima12
Fri Oct 04, 2019 11:45 am
Forum: Open Source Nagios Projects
Topic: Adding contacts and contact groups
Replies: 23
Views: 9458

Re: Adding contacts and contact groups

Yes it does.