Subversion Repositories oidplus

Rev

Rev 637 | Rev 1422 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
637 daniel-mar 1
 
2
TODO
3
----
4
 
5
- make proper documentation
6
- allow changing automatic help page to describe which individual ranges stand for (is it already possible, by getting the argument object and then changing its help text?)
7
- everywhere getter and setter instead of accessing class member variables
8
- ipfm monitor: dygraph has MIT license
9
- *.conf files: /daten sollte nicht in den example conf's stehen. irgendwie anders machen (Aber achtung: wir symlinken die config files in unserem /etc )
10
- idea: a script that converts the output of an EXISTING nagios plugin into VNag Weboutput. So an arbitary Nagios script can be forwarded to other systems over HTTP
11
- make all plugins "web enabled"
12
  In the framework create an easy function, which generates a simple default HTML header and footer
13
- should error details, e.g. defective hard disks at the mdstat monitor be Verbosity=Summary, or Verbosity=AdditionalInformation ?
14
- idea for a new plugin: sudo /daten/scripts/tools/check_etc_perms | grep -v "world readable" | grep -v "world executable"
15
- should putputID, passwordOut and privateKey be a default argument? Then you can use encryption/signing for all plugins by default
16
- In re syntax checking/getopt:
17
  * Evaluate if PHP 7.1 (with getopt()'s $optind) is able to detect unexpected CLI parameters for us (so we can output a syntax warning)
18
  * Limit warning range numbers (avoid user adds too many, e.g. "-w A,B,C" although only 2 are allowed)
19
 
20
Future
21
------
22
 
23
- For arguments (warning/critical), also accept mixed UOMs, e.g. MB and %
24
- In re usage page:
25
  * Automatic creation of usage page. Which arguments are necessary?
26
  * Automatically generate syntax?
27
- Allow individual design via CSS
28
- Check if regex of validateLongOpt() is accurate
29
 
30
Unsure
31
------
32
 
33
- Automatically encrypt/sign via a global config setting?
34
- Should we also allow other UOMs?