Initial commit
This commit is contained in:
12
hosts/axoserver-nix/zabbix-agent.nix
Normal file
12
hosts/axoserver-nix/zabbix-agent.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ pkgs, ... } : {
|
||||
services.zabbixAgent = {
|
||||
enable = true;
|
||||
package = pkgs.zabbix.agent;
|
||||
server = "10.6.0.1";
|
||||
settings = {
|
||||
ServerActive = "10.6.0.18";
|
||||
};
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 10050 ];
|
||||
}
|
||||
Reference in New Issue
Block a user