mirror of
https://git.friendi.ca/friendica/friendica-exporter.git
synced 2025-06-07 09:54:26 +02:00
Add php & server info metrics
This commit is contained in:
parent
08888165fd
commit
64b1e9bf15
4 changed files with 268 additions and 1 deletions
|
@ -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"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue