Nikki
New Member
Some of you may remember the 'status' script, made by cedr and maintained by me.
It is still available here, however I'm going to attempt to continue work on it's successor Status 2 in my spare time (which isn't much)
It's a complete rewrite in a more I guess you could say clean/modular design? It will have the basic admin panel, a possible plugin system, graphs, stat logs, etc.
Example
What it lacks:
If you have any ideas/requests, please, let me know! The reason work stopped on this in the first place is a lack of ideas and knowing what people want!
So far, RRD seems like the best way to do stats and graphs like I wanted, stats would store like the last 5 stats, then rrd would handle the rest of the data maybe.
It is still available here, however I'm going to attempt to continue work on it's successor Status 2 in my spare time (which isn't much)
It's a complete rewrite in a more I guess you could say clean/modular design? It will have the basic admin panel, a possible plugin system, graphs, stat logs, etc.
Example
What it lacks:
- Stat cleaning, this needs to be terribly redone and only store history from separate points in time
- An easy way to change settings
- Speed. It is currently very slow to load the index page due to queries through hundreds of thousands of rows. A new database system might be required.
- Graphing efficiency, it is currently very hacked together. This should be re-done into an abstracted system so that plugins may access it too, and also cached for a certain amount of time.
If you have any ideas/requests, please, let me know! The reason work stopped on this in the first place is a lack of ideas and knowing what people want!
So far, RRD seems like the best way to do stats and graphs like I wanted, stats would store like the last 5 stats, then rrd would handle the rest of the data maybe.
Last edited by a moderator: