We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Getting the following error:
Invalid metric line (line=metric accepted_conn uint32 ) - Metric line not in the following format: metric <name> <type> <value> [<unit>]
Looks like the values are not being printed correctly because if I run the script in command line I get the following :
status ok succeeded in obtaining metrics. metric accepted_conn uint32 metric listen_queue uint32 metric max_listen_queue uint32 metric listen_queue_len uint32 metric idle_processes uint32 metric active_processes uint32 metric total_processes uint32 metric max_active_processes uint32 `metric max_children_reached uint32``
status ok succeeded in obtaining metrics.
metric accepted_conn uint32
metric listen_queue uint32
metric max_listen_queue uint32
metric listen_queue_len uint32
metric idle_processes uint32
metric active_processes uint32
metric total_processes uint32
metric max_active_processes uint32
PHP 5.5.9-1ubuntu4.17 nginx/1.4.6
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Getting the following error:
Invalid metric line (line=metric accepted_conn uint32 ) - Metric line not in the following format: metric <name> <type> <value> [<unit>]
Looks like the values are not being printed correctly because if I run the script in command line I get the following :
status ok succeeded in obtaining metrics.
metric accepted_conn uint32
metric listen_queue uint32
metric max_listen_queue uint32
metric listen_queue_len uint32
metric idle_processes uint32
metric active_processes uint32
metric total_processes uint32
metric max_active_processes uint32
`metric max_children_reached uint32``
PHP 5.5.9-1ubuntu4.17
nginx/1.4.6
The text was updated successfully, but these errors were encountered: