User Tools

Site Tools


zabbix

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
zabbix [2024/11/16 12:58] protocolzabbix [2025/04/18 10:19] (current) protocol
Line 1: Line 1:
 +===== Templates repo =====
 +
 +[[https://github.com/remontti/Zabbix-Templates]]
 +
 +===== HT authentication through zabbix users from DB =====
 +
 <code> <code>
  
Line 34: Line 40:
 Require all granted Require all granted
 </Location> </Location>
- 
- 
- 
- 
-  <IfModule mod_dbd.c> 
-    DBDriver mysql 
-    DBDParams host=localhost,dbname=mkradius,user=root,pass=vertrigo 
-    DBDMin 1 
-    DBDKeep 8 
-    DBDMax 16 
-    DBDExptime 300 
-  </IfModule> 
- 
-  <Directory "/admin/"> 
-  AuthType Basic 
-  AuthName "Authentication" 
-  AuthBasicProvider socache dbd 
-  AuthnCacheProvideFor dbd 
-  AuthnCacheContext Authentication 
-  Require valid-user 
-  AuthDBDUserPWQuery "SELECT sha FROM sis_acesso WHERE login = %s AND ativo" 
-  </Directory> 
- 
  
 </code> </code>
zabbix.1731772732.txt.gz · Last modified: 2024/11/16 12:58 by protocol