This commit is contained in:
Andrew Z 2024-03-04 00:05:40 -05:00
parent 44ed6a9fc2
commit 47ce994690
2 changed files with 44 additions and 0 deletions

View File

@ -3993,5 +3993,9 @@ Updating stats on containers
Privileged: 102
No change to feed
Updating GitHub

View File

@ -284263,6 +284263,32 @@
},
"value": "Performance"
},
{
"@attributes": {
"Name": "Monitor Plex user count",
"Target": "TC_MONITOR_TAUTULLI_USER_COUNT",
"Default": "False",
"Description": "Whether to monitor how many users have access to the Plex server",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "False"
},
{
"@attributes": {
"Name": "Monitor disk space",
"Target": "TC_MONITOR_DISK_SPACE",
"Default": "False",
"Description": "Whether to monitor usage of the Monitor Path directory",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "False"
},
{
"@attributes": {
"Name": "Monitor CPU performance",
@ -284329,6 +284355,20 @@
"Mask": "false"
},
"value": "/mnt/user/appdata/tauticord/logs"
},
{
"@attributes": {
"Name": "Monitor Path",
"Target": "/monitor",
"Default": "/mnt/user/appdata/tauticord/monitor",
"Mode": "ro",
"Description": "Directory to monitor usage percentage of (e.g. your Plex library)",
"Type": "Path",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/tauticord/monitor"
}
],
"Repo": "grtgbln's Repository",