Advertisement
Sergey_Gorshkov

Untitled

Jul 9th, 2019
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.35 KB | None | 0 0
  1. [root@glaber /]# tail -f /var/log/zabbix/zabbix_server.log
  2. 4858:20190709:161340.551 CLUSTER: Starting topology recalc
  3. 4858:20190709:161340.551 CLUSTER: Couldn't find a server with higher topology, i am a master, generating new topology
  4. 4858:20190709:161421.574 CLUSTER: Starting topology recalc
  5. 4858:20190709:161421.574 CLUSTER: Couldn't find a server with higher topology, i am a master, generating new topology
  6. 4858:20190709:161502.598 CLUSTER: Starting topology recalc
  7. 4858:20190709:161502.598 CLUSTER: Couldn't find a server with higher topology, i am a master, generating new topology
  8. 4858:20190709:161543.621 CLUSTER: Starting topology recalc
  9. 4858:20190709:161543.621 CLUSTER: Couldn't find a server with higher topology, i am a master, generating new topology
  10. 4858:20190709:161624.645 CLUSTER: Starting topology recalc
  11. 4858:20190709:161624.645 CLUSTER: Couldn't find a server with higher topology, i am a master, generating new topology
  12. 4858:20190709:161705.670 CLUSTER: Starting topology recalc
  13. 4858:20190709:161705.670 CLUSTER: Couldn't find a server with higher topology, i am a master, generating new topology
  14. 4858:20190709:161746.695 CLUSTER: Starting topology recalc
  15. 4858:20190709:161746.695 CLUSTER: Couldn't find a server with higher topology, i am a master, generating new topology
  16. 4858:20190709:161827.717 CLUSTER: Starting topology recalc
  17. 4858:20190709:161827.717 CLUSTER: Couldn't find a server with higher topology, i am a master, generating new topology
  18. read_config_store open failure on /var/lib/net-snmp/zabbix_server.conf
  19. read_config_store open failure on /var/lib/net-snmp/zabbix_server.conf
  20. read_config_store open failure on /var/lib/net-snmp/zabbix_server.conf
  21. 4858:20190709:161908.745 CLUSTER: Starting topology recalc
  22. 4858:20190709:161908.746 CLUSTER: Couldn't find a server with higher topology, i am a master, generating new topology
  23. 4858:20190709:161949.770 CLUSTER: Starting topology recalc
  24. 4858:20190709:161949.770 CLUSTER: Couldn't find a server with higher topology, i am a master, generating new topology
  25. 4858:20190709:162030.794 CLUSTER: Starting topology recalc
  26. 4858:20190709:162030.794 CLUSTER: Couldn't find a server with higher topology, i am a master, generating new topology
  27. 4858:20190709:162111.817 CLUSTER: Starting topology recalc
  28. 4858:20190709:162111.817 CLUSTER: Couldn't find a server with higher topology, i am a master, generating new topology
  29. 4858:20190709:162152.838 CLUSTER: Starting topology recalc
  30. 4858:20190709:162152.838 CLUSTER: Couldn't find a server with higher topology, i am a master, generating new topology
  31. cca^C
  32. [root@glaber /]# ^C
  33. [root@glaber /]# ^C
  34. [root@glaber /]# cat /etc/zabbix/zabbix_server.conf
  35. # This is a configuration file for Zabbix server daemon
  36. # To get more information about Zabbix, visit http://www.zabbix.com
  37.  
  38. ############ GENERAL PARAMETERS #################
  39.  
  40. ### Option: ListenPort
  41. # Listen port for trapper.
  42. #
  43. # Mandatory: no
  44. # Range: 1024-32767
  45. # Default:
  46. # ListenPort=10051
  47.  
  48. ### Option: SourceIP
  49. # Source IP address for outgoing connections.
  50. #
  51. # Mandatory: no
  52. # Default:
  53. # SourceIP=
  54.  
  55. ### Option: LogType
  56. # Specifies where log messages are written to:
  57. # system - syslog
  58. # file - file specified with LogFile parameter
  59. # console - standard output
  60. #
  61. # Mandatory: no
  62. # Default:
  63. # LogType=file
  64.  
  65. ### Option: LogFile
  66. # Log file name for LogType 'file' parameter.
  67. #
  68. # Mandatory: yes, if LogType is set to file, otherwise no
  69. # Default:
  70. # LogFile=
  71.  
  72. LogFile=/var/log/zabbix/zabbix_server.log
  73.  
  74. ### Option: LogFileSize
  75. # Maximum size of log file in MB.
  76. # 0 - disable automatic log rotation.
  77. #
  78. # Mandatory: no
  79. # Range: 0-1024
  80. # Default:
  81. # LogFileSize=1
  82.  
  83. LogFileSize=0
  84.  
  85. ### Option: DebugLevel
  86. # Specifies debug level:
  87. # 0 - basic information about starting and stopping of Zabbix processes
  88. # 1 - critical information
  89. # 2 - error information
  90. # 3 - warnings
  91. # 4 - for debugging (produces lots of information)
  92. # 5 - extended debugging (produces even more information)
  93. #
  94. # Mandatory: no
  95. # Range: 0-5
  96. # Default:
  97. # DebugLevel=3
  98.  
  99. ### Option: PidFile
  100. # Name of PID file.
  101. #
  102. # Mandatory: no
  103. # Default:
  104. # PidFile=/tmp/zabbix_server.pid
  105.  
  106. PidFile=/var/run/zabbix/zabbix_server.pid
  107.  
  108. ### Option: SocketDir
  109. # IPC socket directory.
  110. # Directory to store IPC sockets used by internal Zabbix services.
  111. #
  112. # Mandatory: no
  113. # Default:
  114. # SocketDir=/tmp
  115.  
  116. SocketDir=/var/run/zabbix
  117.  
  118. ### Option: DBHost
  119. # Database host name.
  120. # If set to localhost, socket is used for MySQL.
  121. # If set to empty string, socket is used for PostgreSQL.
  122. #
  123. # Mandatory: no
  124. # Default:
  125. # DBHost=localhost
  126.  
  127. ### Option: DBName
  128. # Database name.
  129. #
  130. # Mandatory: yes
  131. # Default:
  132. # DBName=
  133.  
  134. DBName=zabbix
  135.  
  136. ### Option: DBSchema
  137. # Schema name. Used for IBM DB2 and PostgreSQL.
  138. #
  139. # Mandatory: no
  140. # Default:
  141. # DBSchema=
  142.  
  143. ### Option: DBUser
  144. # Database user.
  145. #
  146. # Mandatory: no
  147. # Default:
  148. # DBUser=
  149.  
  150. DBUser=root
  151.  
  152. ### Option: DBPassword
  153. # Database password.
  154. # Comment this line if no password is used.
  155. #
  156. # Mandatory: no
  157. # Default:
  158. DBPassword=********
  159.  
  160. ### Option: DBSocket
  161. # Path to MySQL socket.
  162. #
  163. # Mandatory: no
  164. # Default:
  165. # DBSocket=
  166.  
  167. ### Option: DBPort
  168. # Database port when not using local socket.
  169. #
  170. # Mandatory: no
  171. # Range: 1024-65535
  172. # Default:
  173. # DBPort=
  174.  
  175. ### Option: HistoryStorageURL
  176. # History storage HTTP[S] URL.
  177. #
  178. # Mandatory: no
  179. # Default:
  180. # HistoryStorageURL=
  181.  
  182. ### Option: HistoryStorageTypes
  183. # Comma separated list of value types to be sent to the history storage.
  184. #
  185. # Mandatory: no
  186. # Default:
  187. # HistoryStorageTypes=uint,dbl,str,log,text
  188.  
  189. ### Option: HistoryStorageDateIndex
  190. # Enable preprocessing of history values in history storage to store values in different indices based on date.
  191. # 0 - disable
  192. # 1 - enable
  193. #
  194. # Mandatory: no
  195. # Default:
  196. # HistoryStorageDateIndex=0
  197.  
  198. ### Option: ExportDir
  199. # Directory for real time export of events, history and trends in newline delimited JSON format.
  200. # If set, enables real time export.
  201. #
  202. # Mandatory: no
  203. # Default:
  204. # ExportDir=
  205.  
  206. ### Option: ExportFileSize
  207. # Maximum size per export file in bytes.
  208. # Only used for rotation if ExportDir is set.
  209. #
  210. # Mandatory: no
  211. # Range: 1M-1G
  212. # Default:
  213. # ExportFileSize=1G
  214.  
  215. ############ ADVANCED PARAMETERS ################
  216.  
  217. ### Option: StartPollers
  218. # Number of pre-forked instances of pollers.
  219. #
  220. # Mandatory: no
  221. # Range: 0-1000
  222. # Default:
  223. # StartPollers=5
  224.  
  225. ### Option: StartIPMIPollers
  226. # Number of pre-forked instances of IPMI pollers.
  227. # The IPMI manager process is automatically started when at least one IPMI poller is started.
  228. #
  229. # Mandatory: no
  230. # Range: 0-1000
  231. # Default:
  232. # StartIPMIPollers=0
  233.  
  234. ### Option: StartPreprocessors
  235. # Number of pre-forked instances of preprocessing workers.
  236. # The preprocessing manager process is automatically started when preprocessor worker is started.
  237. #
  238. # Mandatory: no
  239. # Range: 1-1000
  240. # Default:
  241. # StartPreprocessors=3
  242.  
  243. ### Option: StartPollersUnreachable
  244. # Number of pre-forked instances of pollers for unreachable hosts (including IPMI and Java).
  245. # At least one poller for unreachable hosts must be running if regular, IPMI or Java pollers
  246. # are started.
  247. #
  248. # Mandatory: no
  249. # Range: 0-1000
  250. # Default:
  251. # StartPollersUnreachable=1
  252.  
  253. ### Option: StartTrappers
  254. # Number of pre-forked instances of trappers.
  255. # Trappers accept incoming connections from Zabbix sender, active agents and active proxies.
  256. # At least one trapper process must be running to display server availability and view queue
  257. # in the frontend.
  258. #
  259. # Mandatory: no
  260. # Range: 0-1000
  261. # Default:
  262. # StartTrappers=5
  263.  
  264. ### Option: StartPingers
  265. # Number of pre-forked instances of ICMP pingers.
  266. #
  267. # Mandatory: no
  268. # Range: 0-1000
  269. # Default:
  270. StartPingers=10
  271.  
  272. ### Option: StartDiscoverers
  273. # Number of pre-forked instances of discoverers.
  274. #
  275. # Mandatory: no
  276. # Range: 0-250
  277. # Default:
  278. # StartDiscoverers=1
  279.  
  280. ### Option: StartHTTPPollers
  281. # Number of pre-forked instances of HTTP pollers.
  282. #
  283. # Mandatory: no
  284. # Range: 0-1000
  285. # Default:
  286. # StartHTTPPollers=1
  287.  
  288. ### Option: StartTimers
  289. # Number of pre-forked instances of timers.
  290. # Timers process maintenance periods.
  291. # Only the first timer process handles host maintenance updates. Problem suppression updates are shared
  292. # between all timers.
  293. #
  294. # Mandatory: no
  295. # Range: 1-1000
  296. # Default:
  297. # StartTimers=1
  298.  
  299. ### Option: StartEscalators
  300. # Number of pre-forked instances of escalators.
  301. #
  302. # Mandatory: no
  303. # Range: 0-100
  304. # Default:
  305. # StartEscalators=1
  306.  
  307. ### Option: StartAlerters
  308. # Number of pre-forked instances of alerters.
  309. # Alerters send the notifications created by action operations.
  310. #
  311. # Mandatory: no
  312. # Range: 0-100
  313. # Default:
  314. # StartAlerters=3
  315.  
  316. ### Option: JavaGateway
  317. # IP address (or hostname) of Zabbix Java gateway.
  318. # Only required if Java pollers are started.
  319. #
  320. # Mandatory: no
  321. # Default:
  322. # JavaGateway=
  323.  
  324. ### Option: JavaGatewayPort
  325. # Port that Zabbix Java gateway listens on.
  326. #
  327. # Mandatory: no
  328. # Range: 1024-32767
  329. # Default:
  330. # JavaGatewayPort=10052
  331.  
  332. ### Option: StartJavaPollers
  333. # Number of pre-forked instances of Java pollers.
  334. #
  335. # Mandatory: no
  336. # Range: 0-1000
  337. # Default:
  338. # StartJavaPollers=0
  339.  
  340. ### Option: StartVMwareCollectors
  341. # Number of pre-forked vmware collector instances.
  342. #
  343. # Mandatory: no
  344. # Range: 0-250
  345. # Default:
  346. # StartVMwareCollectors=0
  347.  
  348. ### Option: VMwareFrequency
  349. # How often Zabbix will connect to VMware service to obtain a new data.
  350. #
  351. # Mandatory: no
  352. # Range: 10-86400
  353. # Default:
  354. # VMwareFrequency=60
  355.  
  356. ### Option: VMwarePerfFrequency
  357. # How often Zabbix will connect to VMware service to obtain performance data.
  358. #
  359. # Mandatory: no
  360. # Range: 10-86400
  361. # Default:
  362. # VMwarePerfFrequency=60
  363.  
  364. ### Option: VMwareCacheSize
  365. # Size of VMware cache, in bytes.
  366. # Shared memory size for storing VMware data.
  367. # Only used if VMware collectors are started.
  368. #
  369. # Mandatory: no
  370. # Range: 256K-2G
  371. # Default:
  372. # VMwareCacheSize=8M
  373.  
  374. ### Option: VMwareTimeout
  375. # Specifies how many seconds vmware collector waits for response from VMware service.
  376. #
  377. # Mandatory: no
  378. # Range: 1-300
  379. # Default:
  380. # VMwareTimeout=10
  381.  
  382. ### Option: SNMPTrapperFile
  383. # Temporary file used for passing data from SNMP trap daemon to the server.
  384. # Must be the same as in zabbix_trap_receiver.pl or SNMPTT configuration file.
  385. #
  386. # Mandatory: no
  387. # Default:
  388. # SNMPTrapperFile=/tmp/zabbix_traps.tmp
  389.  
  390. SNMPTrapperFile=/var/log/snmptrap/snmptrap.log
  391.  
  392. ### Option: StartSNMPTrapper
  393. # If 1, SNMP trapper process is started.
  394. #
  395. # Mandatory: no
  396. # Range: 0-1
  397. # Default:
  398. # StartSNMPTrapper=0
  399.  
  400. ### Option: ListenIP
  401. # List of comma delimited IP addresses that the trapper should listen on.
  402. # Trapper will listen on all network interfaces if this parameter is missing.
  403. #
  404. # Mandatory: no
  405. # Default:
  406. # ListenIP=0.0.0.0
  407.  
  408. # ListenIP=127.0.0.1
  409.  
  410. ### Option: HousekeepingFrequency
  411. # How often Zabbix will perform housekeeping procedure (in hours).
  412. # Housekeeping is removing outdated information from the database.
  413. # To prevent Housekeeper from being overloaded, no more than 4 times HousekeepingFrequency
  414. # hours of outdated information are deleted in one housekeeping cycle, for each item.
  415. # To lower load on server startup housekeeping is postponed for 30 minutes after server start.
  416. # With HousekeepingFrequency=0 the housekeeper can be only executed using the runtime control option.
  417. # In this case the period of outdated information deleted in one housekeeping cycle is 4 times the
  418. # period since the last housekeeping cycle, but not less than 4 hours and not greater than 4 days.
  419. #
  420. # Mandatory: no
  421. # Range: 0-24
  422. # Default:
  423. # HousekeepingFrequency=1
  424.  
  425. ### Option: MaxHousekeeperDelete
  426. # The table "housekeeper" contains "tasks" for housekeeping procedure in the format:
  427. # [housekeeperid], [tablename], [field], [value].
  428. # No more than 'MaxHousekeeperDelete' rows (corresponding to [tablename], [field], [value])
  429. # will be deleted per one task in one housekeeping cycle.
  430. # If set to 0 then no limit is used at all. In this case you must know what you are doing!
  431. #
  432. # Mandatory: no
  433. # Range: 0-1000000
  434. # Default:
  435. # MaxHousekeeperDelete=5000
  436.  
  437. ### Option: CacheSize
  438. # Size of configuration cache, in bytes.
  439. # Shared memory size for storing host, item and trigger data.
  440. #
  441. # Mandatory: no
  442. # Range: 128K-8G
  443. # Default:
  444. # CacheSize=8M
  445.  
  446. ### Option: CacheUpdateFrequency
  447. # How often Zabbix will perform update of configuration cache, in seconds.
  448. #
  449. # Mandatory: no
  450. # Range: 1-3600
  451. # Default:
  452. # CacheUpdateFrequency=60
  453.  
  454. ### Option: StartDBSyncers
  455. # Number of pre-forked instances of DB Syncers.
  456. #
  457. # Mandatory: no
  458. # Range: 1-100
  459. # Default:
  460. # StartDBSyncers=4
  461.  
  462. ### Option: HistoryCacheSize
  463. # Size of history cache, in bytes.
  464. # Shared memory size for storing history data.
  465. #
  466. # Mandatory: no
  467. # Range: 128K-2G
  468. # Default:
  469. # HistoryCacheSize=16M
  470.  
  471. ### Option: HistoryIndexCacheSize
  472. # Size of history index cache, in bytes.
  473. # Shared memory size for indexing history cache.
  474. #
  475. # Mandatory: no
  476. # Range: 128K-2G
  477. # Default:
  478. # HistoryIndexCacheSize=4M
  479.  
  480. ### Option: TrendCacheSize
  481. # Size of trend cache, in bytes.
  482. # Shared memory size for storing trends data.
  483. #
  484. # Mandatory: no
  485. # Range: 128K-2G
  486. # Default:
  487. # TrendCacheSize=4M
  488.  
  489. ### Option: ValueCacheSize
  490. # Size of history value cache, in bytes.
  491. # Shared memory size for caching item history data requests.
  492. # Setting to 0 disables value cache.
  493. #
  494. # Mandatory: no
  495. # Range: 0,128K-64G
  496. # Default:
  497. # ValueCacheSize=8M
  498.  
  499. ### Option: Timeout
  500. # Specifies how long we wait for agent, SNMP device or external check (in seconds).
  501. #
  502. # Mandatory: no
  503. # Range: 1-30
  504. # Default:
  505. # Timeout=3
  506.  
  507. Timeout=4
  508.  
  509. ### Option: TrapperTimeout
  510. # Specifies how many seconds trapper may spend processing new data.
  511. #
  512. # Mandatory: no
  513. # Range: 1-300
  514. # Default:
  515. # TrapperTimeout=300
  516.  
  517. ### Option: UnreachablePeriod
  518. # After how many seconds of unreachability treat a host as unavailable.
  519. #
  520. # Mandatory: no
  521. # Range: 1-3600
  522. # Default:
  523. # UnreachablePeriod=45
  524.  
  525. ### Option: UnavailableDelay
  526. # How often host is checked for availability during the unavailability period, in seconds.
  527. #
  528. # Mandatory: no
  529. # Range: 1-3600
  530. # Default:
  531. # UnavailableDelay=60
  532.  
  533. ### Option: UnreachableDelay
  534. # How often host is checked for availability during the unreachability period, in seconds.
  535. #
  536. # Mandatory: no
  537. # Range: 1-3600
  538. # Default:
  539. # UnreachableDelay=15
  540.  
  541. ### Option: AlertScriptsPath
  542. # Full path to location of custom alert scripts.
  543. # Default depends on compilation options.
  544. # To see the default path run command "zabbix_server --help".
  545. #
  546. # Mandatory: no
  547. # Default:
  548. # AlertScriptsPath=${datadir}/zabbix/alertscripts
  549.  
  550. AlertScriptsPath=/usr/lib/zabbix/alertscripts
  551.  
  552. ### Option: ExternalScripts
  553. # Full path to location of external scripts.
  554. # Default depends on compilation options.
  555. # To see the default path run command "zabbix_server --help".
  556. #
  557. # Mandatory: no
  558. # Default:
  559. # ExternalScripts=${datadir}/zabbix/externalscripts
  560.  
  561. ExternalScripts=/usr/lib/zabbix/externalscripts
  562.  
  563. ### Option: FpingLocation
  564. # Location of fping.
  565. # Make sure that fping binary has root ownership and SUID flag set.
  566. #
  567. # Mandatory: no
  568. # Default:
  569. # FpingLocation=/usr/sbin/fping
  570.  
  571. ### Option: Fping6Location
  572. # Location of fping6.
  573. # Make sure that fping6 binary has root ownership and SUID flag set.
  574. # Make empty if your fping utility is capable to process IPv6 addresses.
  575. #
  576. # Mandatory: no
  577. # Default:
  578. # Fping6Location=/usr/sbin/fping6
  579.  
  580. ### Option: SSHKeyLocation
  581. # Location of public and private keys for SSH checks and actions.
  582. #
  583. # Mandatory: no
  584. # Default:
  585. # SSHKeyLocation=
  586.  
  587. ### Option: LogSlowQueries
  588. # How long a database query may take before being logged (in milliseconds).
  589. # Only works if DebugLevel set to 3, 4 or 5.
  590. # 0 - don't log slow queries.
  591. #
  592. # Mandatory: no
  593. # Range: 1-3600000
  594. # Default:
  595. # LogSlowQueries=0
  596.  
  597. LogSlowQueries=3000
  598.  
  599. ### Option: TmpDir
  600. # Temporary directory.
  601. #
  602. # Mandatory: no
  603. # Default:
  604. # TmpDir=/tmp
  605.  
  606. ### Option: StartProxyPollers
  607. # Number of pre-forked instances of pollers for passive proxies.
  608. #
  609. # Mandatory: no
  610. # Range: 0-250
  611. # Default:
  612. # StartProxyPollers=1
  613.  
  614. ### Option: ProxyConfigFrequency
  615. # How often Zabbix Server sends configuration data to a Zabbix Proxy in seconds.
  616. # This parameter is used only for proxies in the passive mode.
  617. #
  618. # Mandatory: no
  619. # Range: 1-3600*24*7
  620. # Default:
  621. # ProxyConfigFrequency=3600
  622.  
  623. ### Option: ProxyDataFrequency
  624. # How often Zabbix Server requests history data from a Zabbix Proxy in seconds.
  625. # This parameter is used only for proxies in the passive mode.
  626. #
  627. # Mandatory: no
  628. # Range: 1-3600
  629. # Default:
  630. # ProxyDataFrequency=1
  631.  
  632. ### Option: AllowRoot
  633. # Allow the server to run as 'root'. If disabled and the server is started by 'root', the server
  634. # will try to switch to the user specified by the User configuration option instead.
  635. # Has no effect if started under a regular user.
  636. # 0 - do not allow
  637. # 1 - allow
  638. #
  639. # Mandatory: no
  640. # Default:
  641. # AllowRoot=0
  642.  
  643. ### Option: User
  644. # Drop privileges to a specific, existing user on the system.
  645. # Only has effect if run as 'root' and AllowRoot is disabled.
  646. #
  647. # Mandatory: no
  648. # Default:
  649. # User=zabbix
  650.  
  651. ### Option: Include
  652. # You may include individual files or all files in a directory in the configuration file.
  653. # Installing Zabbix will create include directory in /usr/local/etc, unless modified during the compile time.
  654. #
  655. # Mandatory: no
  656. # Default:
  657. # Include=
  658.  
  659. # Include=/usr/local/etc/zabbix_server.general.conf
  660. # Include=/usr/local/etc/zabbix_server.conf.d/
  661. # Include=/usr/local/etc/zabbix_server.conf.d/*.conf
  662.  
  663. ### Option: SSLCertLocation
  664. # Location of SSL client certificates.
  665. # This parameter is used only in web monitoring.
  666. # Default depends on compilation options.
  667. # To see the default path run command "zabbix_server --help".
  668. #
  669. # Mandatory: no
  670. # Default:
  671. # SSLCertLocation=${datadir}/zabbix/ssl/certs
  672.  
  673. ### Option: SSLKeyLocation
  674. # Location of private keys for SSL client certificates.
  675. # This parameter is used only in web monitoring.
  676. # Default depends on compilation options.
  677. # To see the default path run command "zabbix_server --help".
  678. #
  679. # Mandatory: no
  680. # Default:
  681. # SSLKeyLocation=${datadir}/zabbix/ssl/keys
  682.  
  683. ### Option: SSLCALocation
  684. # Override the location of certificate authority (CA) files for SSL server certificate verification.
  685. # If not set, system-wide directory will be used.
  686. # This parameter is used only in web monitoring and SMTP authentication.
  687. #
  688. # Mandatory: no
  689. # Default:
  690. # SSLCALocation=
  691.  
  692. ### Option: StatsAllowedIP
  693. # List of comma delimited IP addresses, optionally in CIDR notation, or DNS names of external Zabbix instances.
  694. # Stats request will be accepted only from the addresses listed here. If this parameter is not set no stats requests
  695. # will be accepted.
  696. # If IPv6 support is enabled then '127.0.0.1', '::127.0.0.1', '::ffff:127.0.0.1' are treated equally
  697. # and '::/0' will allow any IPv4 or IPv6 address.
  698. # '0.0.0.0/0' can be used to allow any IPv4 address.
  699. # Example: StatsAllowedIP=127.0.0.1,192.168.1.0/24,::1,2001:db8::/32,zabbix.example.com
  700. #
  701. # Mandatory: no
  702. # Default:
  703. # StatsAllowedIP=
  704.  
  705. ####### LOADABLE MODULES #######
  706.  
  707. ### Option: LoadModulePath
  708. # Full path to location of server modules.
  709. # Default depends on compilation options.
  710. # To see the default path run command "zabbix_server --help".
  711. #
  712. # Mandatory: no
  713. # Default:
  714. # LoadModulePath=${libdir}/modules
  715.  
  716. ### Option: LoadModule
  717. # Module to load at server startup. Modules are used to extend functionality of the server.
  718. # Format: LoadModule=<module.so>
  719. # The modules must be located in directory specified by LoadModulePath.
  720. # It is allowed to include multiple LoadModule parameters.
  721. #
  722. # Mandatory: no
  723. # Default:
  724. # LoadModule=
  725.  
  726. ####### TLS-RELATED PARAMETERS #######
  727.  
  728. ### Option: TLSCAFile
  729. # Full pathname of a file containing the top-level CA(s) certificates for
  730. # peer certificate verification.
  731. #
  732. # Mandatory: no
  733. # Default:
  734. # TLSCAFile=
  735.  
  736. ### Option: TLSCRLFile
  737. # Full pathname of a file containing revoked certificates.
  738. #
  739. # Mandatory: no
  740. # Default:
  741. # TLSCRLFile=
  742.  
  743. ### Option: TLSCertFile
  744. # Full pathname of a file containing the server certificate or certificate chain.
  745. #
  746. # Mandatory: no
  747. # Default:
  748. # TLSCertFile=
  749.  
  750. ### Option: TLSKeyFile
  751. # Full pathname of a file containing the server private key.
  752. #
  753. # Mandatory: no
  754. # Default:
  755. # TLSKeyFile=
  756.  
  757. HistoryStorageURL=http://127.0.0.1:8123
  758. HistoryStorageTypes=uint,dbl,str,text
  759. HistoryStorageType=clickhouse
  760. HistoryStorageDBName=zabbix
  761. StartPollersAsyncSNMP=10
  762. StartPollersAsyncAGENT=5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement