-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Comments
This is interesting as we use I remember we had a discussion about making some more fields optional in apache in an issue but I couldn't find it :-( |
@radoondas Pinging you on this one, perhaps you know more? |
I used |
@binary64 Thanks for the info. That is pretty useful. I wonder what the difference is between the version in the |
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 found18/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 found18/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 found18/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 found18/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 foundMy
server-status?auto
looks like this:-Apache Version | Apache/2.4.10 (Debian)
The text was updated successfully, but these errors were encountered: