Guest User

Untitled

a guest
Nov 9th, 2018
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. zabbix-server.service - Zabbix Server
  2. Loaded: loaded (/lib/systemd/system/zabbix-server.service; disabled; vendor preset: enabled)
  3. Active: active (running) since Fri 2018-11-09 15:41:10 CET; 1s ago
  4. Process: 330 ExecStop=/bin/kill -SIGTERM $MAINPID (code=exited, status=1/FAILURE)
  5. Process: 335 ExecStart=/usr/sbin/zabbix_server -c $CONFFILE (code=exited, status=0/SUCCESS)
  6. ...
  7.  
  8. $ isql backend
  9. > +---------------------------------------+
  10. > | Connected! |
  11. > | |
  12. > | sql-statement |
  13. > | help [tablename] |
  14. > | quit |
  15. > | |
  16. > +---------------------------------------+
  17. > SQL> select 1;
  18. > +---------------------+
  19. > | 1 |
  20. > +---------------------+
  21. > | 1 |
  22. > +---------------------+
  23. > SQLRowCount returns 1
  24. > 1 rows fetched
  25.  
  26. [mysql]
  27. Description = ODBC for MySQL
  28. Driver = /usr/lib/x86_64-linux-gnu/odbc/libmyodbc8w.so
  29. Setup = /usr/lib/x86_64-linux-gnu/odbc/libmyodbc8S.so
  30. FileUsage = 1
  31.  
  32. [ODBC Data Sources]
  33. backend = MySQL unicode backend DSN
  34.  
  35. [backend]
  36. Driver = mysql
  37. Decription = Connector/ODBC Driver to Backend DB
  38. Server = localhost
  39. Port = 3306
  40. User = ???
  41. Password = ???
  42. Database = backend
  43. OPTION = 3
  44. SOCKET = /var/run/mysqld/mysqld.sock
  45.  
  46. ...
  47. 2754:20181109:160050.744 10: /usr/sbin/zabbix_server: poller #2 [got 1 values in 0.000092 sec, getting values](zbx_odbc_connect+0x1ac) [0x55796a7ae97b]
  48. ...
Add Comment
Please, Sign In to add comment