Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

schema.go:41: ERR Error on field 'server_uptime': Missing field: server_uptime, Error: Key ServerUptimeSeconds not found #5637

Closed
binary64 opened this issue Nov 18, 2017 · 5 comments

Comments

@binary64
Copy link

binary64 commented Nov 18, 2017

18/11/2017 12:51:492017/11/18 12:51:49.692005 schema.go:41: ERR Error on field 'server_uptime': Missing field: server_uptime, Error: Key ServerUptimeSeconds not found
18/11/2017 12:51:492017/11/18 12:51:49.692028 schema.go:41: ERR Error on field 'user': Missing field: user, Error: Key CPUUser not found
18/11/2017 12:51:492017/11/18 12:51:49.692037 schema.go:41: ERR Error on field 'system': Missing field: system, Error: Key CPUSystem not found
18/11/2017 12:51:492017/11/18 12:51:49.692044 schema.go:41: ERR Error on field 'children_user': Missing field: children_user, Error: Key CPUChildrenUser not found
18/11/2017 12:51:492017/11/18 12:51:49.692051 schema.go:41: ERR Error on field 'children_system': Missing field: children_system, Error: Key CPUChildrenSystem not found

My server-status?auto looks like this:-


Total Accesses: 65
Total kBytes: 52
CPULoad: .00496689
Uptime: 604
ReqPerSec: .107616
BytesPerSec: 88.1589
BytesPerReq: 819.2
BusyWorkers: 2
IdleWorkers: 5
Scoreboard: __W___K...............................................................................................................................................

Apache Version | Apache/2.4.10 (Debian)

@ruflin
Copy link
Contributor

ruflin commented Nov 20, 2017

This is interesting as we use 2.4.20 Docker container for testing. Which version of debian is this? How did you install apache? I wonder why here for example ServerUptimeSeconds is missing.

I remember we had a discussion about making some more fields optional in apache in an issue but I couldn't find it :-(

@ruflin
Copy link
Contributor

ruflin commented Nov 21, 2017

@radoondas Pinging you on this one, perhaps you know more?

@binary64
Copy link
Author

I used FROM php:7.1-apache and RUN a2enmod status

@ruflin
Copy link
Contributor

ruflin commented Nov 26, 2017

@binary64 Thanks for the info. That is pretty useful. I wonder what the difference is between the version in the httpd Docker container and the one shipped with php. Do you know any details here?

@ruflin
Copy link
Contributor

ruflin commented Mar 20, 2018

@jsoriano Closing this as #6450 is merged and should resolve this issue.

@ruflin ruflin closed this as completed Mar 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants