Subversion Repositories vnag

Rev

Rev 86 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 86 Rev 87
Line 6... Line 6...
6
- everywhere getter and setter instead of accessing class member variables
6
- everywhere getter and setter instead of accessing class member variables
7
- ipfm monitor: dygraph has MIT license
7
- ipfm monitor: dygraph has MIT license
8
- *.conf files: /daten sollte nicht in den example conf's stehen. irgendwie anders machen (Aber achtung: wir symlinken die config files in unserem /etc )
8
- *.conf files: /daten sollte nicht in den example conf's stehen. irgendwie anders machen (Aber achtung: wir symlinken die config files in unserem /etc )
9
- 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
9
- 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
10
- make all plugins "web enabled"
10
- make all plugins "web enabled"
11
  In the framework create an easy function, which generates a simple default HTML header and footer
11
- In the framework create an easy function, which generates a simple default HTML header and footer
12
- should error details, e.g. defective hard disks at the mdstat monitor be Verbosity=Summary, or Verbosity=AdditionalInformation ?
12
- should error details, e.g. defective hard disks at the mdstat monitor be Verbosity=Summary, or Verbosity=AdditionalInformation ?
13
- idea for a new plugin: sudo /daten/scripts/tools/check_etc_perms | grep -v "world readable" | grep -v "world executable"
13
- idea for a new plugin: sudo /daten/scripts/tools/check_etc_perms | grep -v "world readable" | grep -v "world executable"
14
- should putputID, passwordOut and privateKey be a default argument? Then you can use encryption/signing for all plugins by default
14
- should putputID, passwordOut and privateKey be a default argument? Then you can use encryption/signing for all plugins by default
15
- In re syntax checking/getopt:
15
- In re syntax checking/getopt:
16
  * 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)
16
  * 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)