Network Manager 3.0.0 (full version)
 
Table of Contents
Start
Table of Contents
1. Conventions
2. General information about David system
3. Terminology
4. Installation
5. Network Manager requirements
6. Installation
7. Network Manager (NM)
8. Network Management Map Client (dnmmc)
9. Service of Network Management Map (dnmmsd)
10. Enhanced Data Collector (dedcd)
11. Slow Query Executor (dsqed)
12. Network Management Map (xdnmm)
13. Network Nodes Viewer (xdnnv)
14. Network Node Views Editor (xdnnve)
15. Buttons the most often used in Web applications
16. Excluded IP Address Configurator
17. SNMP Community Configurator
18. User and Group Manager
19. User Manager
20. Group Manager
21. Collection Browser
22. Node Browser
23. Node Reporter
24. Notification Recipient Configurator
25. Web Module Configurator
26. Service Monitor
27. Customer Configurator
 
 

4.1. The main configuration file of David system

The essential configuration file of David system in /etc/david-system.conf. It contains entries as pairs: key = value. Basically, except the entry default_email_recipient, there is no such need to modify any record in that file. All necessary modifications are made during installation processes of particular David system products. Below, there is a list of all entries along with their descriptions that may occur in this basic configuration file.

  • user - a name of the user with which rights all daemons of David system works;

  • default_email_recipient - the default e-mail address where messages from David system applications are sent;

  • bindir - the directory containing David system applications (default: /usr/bin/david-system);

  • libdir - the directory containing David system libraries (default: /usr/lib/david-system);

  • incdir - the directory containing David system headers (default: /usr/include/david);

  • confdir - the directory containing David system configuration files (default: /etc/david-system);

  • logdir - the directory containing log files of David system applications (default: /var/log/david-system);

  • sharedir - the directory containing various files (images, audio files, web files) of David system (default: /usr/share/david-system);

  • docdir - the directory containing various files (images, audio files, web files) of David system (default: /usr/share/david-system);

  • vardir - the directory containing archive files of David system SQL database (default: /var/lib/david-system);

  • is_sqldb_installed - the flag that indicate whether the SQL database of David system has been installed or not.