283d436a2e
- Move out agent into net/zabbix-agent - New option for checking ldap servers (on by default) - Lots of minor fixes
7 lines
314 B
Text
7 lines
314 B
Text
===============================================================
|
|
You can prepare a database for zabbix this way:
|
|
% cd %%DATADIR%%/
|
|
% cat schema/<db>.sql data/data.sql data/images_<db>.sql\
|
|
% | <db_client>
|
|
where <db> is your preferred database engine.
|
|
===============================================================
|