GitXplorerGitXplorer
f

rrdwizard

public
14 stars
2 forks
1 issues

Commits

List of commits on branch master.
Verified
a3f33b30668613bf9febfdbbd7158af780beab3b

Update README.md

ffamzah committed 2 years ago
Unverified
0d9d79dd3973b429255b5879c7989175a0b4b9e3

bugfix: Proper config for "robots.txt"

ffamzah committed 5 years ago
Unverified
0c949932476d04b1549cc75ace4a17d5d12cc26d

Disable a crawler which loops endlessly

ffamzah committed 5 years ago
Unverified
b062786db5ce138ea67030dc55a5912f91d46ce4

Disable a crawler which loops endlessly

ffamzah committed 5 years ago
Unverified
ca77a8baabe008a668b572da6a6b7bc9684206a7

Merge branch 'master' of github.com:famzah/rrdwizard

ffamzah committed 5 years ago
Unverified
0ae4ee02fc1c8e5ce78cfbdda72088c1d0aa8406

Disable a crawler which loops endlessly

ffamzah committed 5 years ago

README

The README file for this repository.

rrdwizard

RRDtool Wizard - I constantly forget the RRD command-line arguments and details, and I have to re-learn them every time I use it. Therefore, I decided to create this simple wizard which shows the basic RRD features.

The project is hosted online at https://rrdwizard.appspot.com

TODO

This is a very old project but luckily RRDtool doesn't change its interfaces a lot, so the wizard works. Last time I used it, I got the following ideas for improvements:

  • rewrite using Vue.js (static hosting?)
  • step-by-step (baloon-line) navigation with the option to go click back
  • checkboxes for AVERAGE, MIN, MAX, LAST
  • estimated rrd file size (needs server-side support?)
  • sample graphs using random data (definitely needs server-side support)
  • additionally, there are a few ideas shared at the main web page of the wizard