Skip to content

mylinuxsa/zabbix

 
 

Repository files navigation

1, 修改es索引按天存储索引,支持es 5版本以下
2, 去除bulk 提交强制 refresh
3, 支持写入验证 es

    
zabbix_server.conf
HistoryStorageUSERNAME=wangzhengtian
HistoryStoragePASSWORD=wangzhengtianpassword
HistoryStorageURL=http://test.mylinuxsa.com:9200

/usr/share/zabbix/conf/zabbix.conf.php
$HISTORY['url']   = 'http://test.mylinuxsa.com:9200';
$HISTORY['username'] = 'wangzhengtian';
$HISTORY['password'] = 'wangzhengtianpassword'; 

About

Source code mirror of svn.zabbix.com - this is a publish-only repository and all pull requests are ignored.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors

Languages

  • PHP 49.5%
  • C 40.3%
  • CSS 3.7%
  • JavaScript 3.0%
  • HTML 1.6%
  • M4 0.7%
  • Other 1.2%