Ad Widget

Collapse

where sqlite3 database is sotred

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • wikisb
    Member
    • May 2011
    • 64

    #1

    where sqlite3 database is sotred

    Hi all!!
    i have a zabbix server running in my MZ and a zabbix proxy in a cluster to monitor web servers. they work fine.
    for the zabbix_proxy i didn't create manually the database because i am monitoring 7 machines and few items so i used the sqlite3 database, the sqlite 3 is stored in partition "/". this databse was created automatically but is the first time i work with sqlite3 so i don't know where is stored the information, because i would like to create a symbolic link to another partition so all the information that retrieves this database gets stored in the other partition called "/dades".
    thanks!!
  • cferraro
    Junior Member
    • Jun 2011
    • 16

    #2
    wikisb,

    You can modify where the sqlite file is stored in the /etc/zabbix/zabbix_proxy.conf file.

    Look for DBName

    You should be able to shut down the proxy, move the file to the new location, modify the zabbix_proxy.conf, and start the proxy again.

    Comment

    • wikisb
      Member
      • May 2011
      • 64

      #3
      hi cferraro
      thanks for the reply. i din't realize it was so obvious.
      thanks!!

      Comment

      Working...