Add php & server info metrics

This commit is contained in:
Philipp 2024-11-15 15:25:57 +01:00
parent 08888165fd
commit 64b1e9bf15
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
4 changed files with 268 additions and 1 deletions

View file

@ -108,7 +108,7 @@ type Update struct {
type PHP struct {
Version string `json:"version"`
UploadMaxFilesize string `json:"upload_max_filesize"`
PostMaxSize string `json:"post_max_filesize"`
PostMaxSize string `json:"post_max_size"`
MemoryLimit string `json:"memory_limit"`
}