Thanks for your response. Now I get it.
I thought that Nagios can read data from DB and NDO completely replace config files. Me stupid. Now I understand. thanks a lot.
Search found 4 matches
- Tue Nov 27, 2012 5:17 am
- Forum: Open Source Nagios Projects
- Topic: How NDOUtils work
- Replies: 3
- Views: 1716
- Mon Nov 26, 2012 11:06 am
- Forum: Open Source Nagios Projects
- Topic: How to send Mail Notification
- Replies: 12
- Views: 5368
Re: How to send Mail Notification
MTA is a mail transport agent. Look at http://en.wikipedia.org/wiki/Mail_transfer_agentDragon wrote: Where can I download the file MTA?
Try to understand before you install it.
- Fri Nov 23, 2012 10:44 am
- Forum: Open Source Nagios Projects
- Topic: How to send Mail Notification
- Replies: 12
- Views: 5368
Re: How to send Mail Notification
Hello, 1. Configure your contacts.cfg file in nagios /etc/objects/ directory 2. Configure your notification options in templates.cfg or host/service definition to set when nagios should send information 3. Configure your notification message in commands.cfg file 3. Install MTA (i.e Postfix) and conf...
- Fri Nov 23, 2012 10:36 am
- Forum: Open Source Nagios Projects
- Topic: How NDOUtils work
- Replies: 3
- Views: 1716
How NDOUtils work
Hi everyone ! I just have installed NDOUtils, and I wonder how it's works. I know that the ndomod is forwarding Nagios Data to ndo2db and ndo2db writes it to mySQL database. This scenario is quite good explained in NDO documentation. But I can't find any information about reading data from database....