-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Generating HTML Report #791
Comments
If |
ok. "ifconfig" it is. this issue relates to mysqltuner, when you run it with the --verbose-flag. But at least in my tests mysqltuner throws this error but is working anyways. You may workaround this by installing ifconfig (or making sure that it is in your PATH). In Debian/Ubuntu 'ifconfig' is in the package 'net-tools'. |
Ok so I need to wait for you folks to update the script to take into account 'ip a', so this runs without error.Sent from my T-Mobile 5G Device
-------- Original message --------From: Cord Beermann ***@***.***> Date: 7/31/24 16:59 (GMT-05:00) To: major/MySQLTuner-perl ***@***.***> Cc: stevefxp1 ***@***.***>, Author ***@***.***> Subject: Re: [major/MySQLTuner-perl] Generating HTML Report (Issue #791)
ok. "ifconfig" it is.
this issue relates to mysqltuner, when you run it with the --verbose-flag.
'ifconfig' is deprecated afaik and has been replaced by the 'ip a'-command. (that mysqltuner doesn't know about yet)
But at least in my tests mysqltuner throws this error but is working anyways.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Hi @stevefxp1 Pull requests are welcomes on this project :) |
Hello all,
I am trying to generate HTML reports usign Aha. When I run: perl /usr/bin/mysqltuner --verbose --color | aha --black --title "MySQLTuner" > /home/administrator/reports.html I am getting sh: 1: infconfig: not found.
What does this mean to me? Do I need to adjust something?
Thanks,
Steve
The text was updated successfully, but these errors were encountered: