-
Notifications
You must be signed in to change notification settings - Fork 8
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
Documented installation procedure doesn't include "users" table creation #37
Comments
Hi @mjameswh, good point.
The default password is at the end of the documentation:
Preview:
At the moment I am write the new documentation, and rum some field tests with Statusengine 3. |
Oh right, I missed that procedure, sorry for the noise ;) Still, it seems somewhat unintuitive for one to know how to start from "I have a running Nagios/Naemon server" to "I have a fully functional Status Engine setup connected to it"... Pretty much everything seems to be written already, but knowing which procedure to follow in which order is more difficult. May I suggest that the "Getting Started" section on the home page give a more "hierarchical" view of the installation procedure? Something like: Step 1. If not already done, install Nagios/Naemon... More details here (link to the Naemon installation procedure) As for version 3, for sure I will give it a try as soon as I get some time... The page give me the impression though that it is still a long way to go before it is production ready. When do you expect to get it out? |
I like your idea, so I put this to the Statusengine 3 With Statusengine 3 I try to restructure the whole project. Of course there is also a lot of documentation to write and I plan to create a few Video Tutorials to make it easier for beginners. :) |
I will close this, because Statusengine 3 is available for more than a year now :) |
Following the documented installation procedure leads to statusengine's PHP interface complaining about non-existence of MySQL table "users". Structure of that table can be found in the source code (https://github.com/nook24/statusengine/blob/master/sql/statusengine.sql), but that file is not mentioned anywhere in documentation.
A closely related issue is that this file create a default admin user, with a hardcoded password hash, yet the actual password seems not to be documented anywhere. It seems that either the default password should be documented and users be advised to immediately change that default password, or the documentation should explain how to create the initial user (which might be difficult given that MySQL doesn't support blowfish encryption).
The text was updated successfully, but these errors were encountered: