This commit is contained in:
Andrew Z 2021-07-28 10:03:39 -04:00
parent cfa4326e70
commit a185aa4f37

View File

@ -214765,7 +214765,7 @@
"Overview": "Bind9 nameserver with Webmin WebUI. Simple lightweight DNS for local network. Default WebUI username is: admin and password: difficult You can change it by docker variables.",
"WebUI": "http://[IP]:[PORT:10000]/",
"TemplateURL": "https://raw.githubusercontent.com/vrx-666/unraid-xml/master/my-bind9.xml",
"Icon": "https://raw.githubusercontent.com/vrx-666/unraid-xml/master/bind.png",
"Icon": "https://raw.githubusercontent.com/vrx-666/unraid-xml/master/img/bind.png",
"PostArgs": "",
"CPUset": "",
"Date": 1627358400,
@ -214920,7 +214920,7 @@
"Overview": "HAProxy - The Reliable, High Performance TCP/HTTP Load Balancer. Without configuration file Haproxy cannot be started. Check support thread for help.",
"WebUI": "",
"TemplateURL": "https://raw.githubusercontent.com/vrx-666/unraid-xml/master/my-haproxy.xml",
"Icon": "https://raw.githubusercontent.com/vrx-666/unraid-xml/master/haproxy.png",
"Icon": "https://raw.githubusercontent.com/vrx-666/unraid-xml/master/img/haproxy.png",
"PostArgs": "",
"CPUset": "",
"Date": 1627185600,
@ -215009,6 +215009,7 @@
"Network": "host",
"Shell": "bash",
"Privileged": "true",
"Support": "https://forums.unraid.net/topic/111880-support-zabbix-agent/",
"Overview": "This container is just official Zabbix Agent image. Any Zabbix Server configuration/setup will need to be completed by yourself. \nTo set this container up just edit the following: \n*\t\"HOSTNAME\" to your unraid server hostname \n*\t\"ZABBIX SERVER/PROXY IP\" to the IP address of your Zabbix Server or Proxy \n \nIf you would like Zabbix to monitor disks as well as system resources you will need to add each one as a path manually. \nPlease view the guide available on the forums.",
"WebUI": "",
"TemplateURL": "https://raw.githubusercontent.com/vrx-666/unraid-xml/master/my-zabbix-agent.xml",
@ -215045,16 +215046,6 @@
"Value": "",
"Name": "ZBX_SERVER_HOST",
"Mode": ""
},
{
"Value": "",
"Name": "ZBX_TLSCONNECT",
"Mode": ""
},
{
"Value": "unencrypted",
"Name": "ZBX_TLSACCEPT",
"Mode": ""
}
]
},
@ -215087,34 +215078,6 @@
},
"value": "ZABBIX_SERVER_IP"
},
{
"@attributes": {
"Name": "ZBX_TLSCONNECT",
"Target": "ZBX_TLSCONNECT",
"Default": "",
"Mode": "",
"Description": "Container Variable: ZBX_TLSCONNECT",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "unencrypted"
},
{
"@attributes": {
"Name": "ZBX_TLSACCEPT",
"Target": "ZBX_TLSACCEPT",
"Default": "",
"Mode": "",
"Description": "Container Variable: ZBX_TLSACCEPT",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "unencrypted"
},
{
"@attributes": {
"Name": "cache disks",
@ -215201,6 +215164,122 @@
"LastUpdateScan": 1627466612,
"FirstSeen": 1567687171
},
{
"Name": "zabbix-agent2",
"Repository": "zabbix/zabbix-agent2:latest",
"Registry": "https://hub.docker.com/r/zabbix/zabbix-agent",
"Network": "host",
"Shell": "bash",
"Privileged": "true",
"Support": "https://forums.unraid.net/topic/111880-support-zabbix-agent/",
"Overview": "This container is just official Zabbix Agent image. Any Zabbix Server configuration/setup will need to be completed by yourself. \nTo set this container up just edit the following: \n*\t\"HOSTNAME\" to your unraid server hostname \n*\t\"ZABBIX SERVER/PROXY IP\" to the IP address of your Zabbix Server or Proxy \n \nIf you would like Zabbix to monitor disks as well as system resources you will need to add each one as a path manually. \nPlease view the guide available on the forums.",
"WebUI": "",
"TemplateURL": "https://raw.githubusercontent.com/vrx-666/unraid-xml/master/my-zabbix-agent2.xml",
"Icon": "https://raw.githubusercontent.com/vrx-666/unraid-xml/master/img/zabbix.jpg",
"PostArgs": "",
"CPUset": "",
"Date": 1627444800,
"Networking": {
"Mode": "host",
"Publish": ""
},
"Data": {
"Volume": [
{
"HostDir": "/mnt/cache",
"ContainerDir": "/mnt/cache",
"Mode": "ro"
},
{
"HostDir": "/mnt/user",
"ContainerDir": "/mnt/array",
"Mode": "ro"
}
]
},
"Environment": {
"Variable": [
{
"Value": "",
"Name": "ZBX_HOSTNAME",
"Mode": ""
},
{
"Value": "",
"Name": "ZBX_SERVER_HOST",
"Mode": ""
}
]
},
"Config": [
{
"@attributes": {
"Name": "ZBX_HOSTNAME",
"Target": "ZBX_HOSTNAME",
"Default": "",
"Mode": "",
"Description": "Container Variable: ZBX_HOSTNAME",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "ZABBIX_SERVER_HOSTNAME"
},
{
"@attributes": {
"Name": "ZBX_SERVER_HOST",
"Target": "ZBX_SERVER_HOST",
"Default": "",
"Mode": "",
"Description": "Container Variable: ZBX_SERVER_HOST",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "ZABBIX_SERVER_IP"
},
{
"@attributes": {
"Name": "cache disks",
"Target": "/mnt/cache",
"Default": "",
"Mode": "ro",
"Description": "Container Path: /mnt/cache",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/cache"
},
{
"@attributes": {
"Name": "array disk",
"Target": "/mnt/array",
"Default": "",
"Mode": "ro",
"Description": "Container Path: /mnt/array",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user"
}
],
"Repo": "vrx's Repository",
"Description": "This container is just official Zabbix Agent image. Any Zabbix Server configuration/setup will need to be completed by yourself. \nTo set this container up just edit the following: \n*\t\"HOSTNAME\" to your unraid server hostname \n*\t\"ZABBIX SERVER/PROXY IP\" to the IP address of your Zabbix Server or Proxy \n \nIf you would like Zabbix to monitor disks as well as system resources you will need to add each one as a path manually. \nPlease view the guide available on the forums.",
"templatePath": "/tmp/GitHub/AppFeed/templates/vrxsRepository/my-zabbix-agent2.xml",
"CategoryList": [
"Network-Management"
],
"downloads": 1455428,
"stars": 12,
"LastUpdateScan": 1627479970,
"FirstSeen": 1627479970
},
{
"Name": "GluetunVPN",
"Repository": "qmcgaw/gluetun",