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

Generating HTML Report #791

Open
stevefxp1 opened this issue Jul 16, 2024 · 5 comments
Open

Generating HTML Report #791

stevefxp1 opened this issue Jul 16, 2024 · 5 comments

Comments

@stevefxp1
Copy link

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

@C0RD
Copy link

C0RD commented Jul 31, 2024

If
perl /usr/bin/mysqltuner --verbose --color > /dev/null
doesn't show this error, your problem is with aha and you came to the wrong project.

@stevefxp1
Copy link
Author

It does error out that way...please see screenshot.
Screenshot 2024-07-31 120558

@C0RD
Copy link

C0RD commented Jul 31, 2024

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. 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'.

@stevefxp1
Copy link
Author

stevefxp1 commented Aug 1, 2024 via email

@jmrenouard
Copy link
Collaborator

Hi @stevefxp1

Pull requests are welcomes on this project :)

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

3 participants