File: TODO

package info (click to toggle)
icinga2 2.15.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 20,032 kB
  • sloc: cpp: 97,877; sql: 3,261; cs: 1,636; yacc: 1,584; sh: 1,009; ansic: 890; lex: 420; python: 80; makefile: 62; javascript: 12
file content (26 lines) | stat: -rw-r--r-- 671 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
icinga2 source TODOs
====================

* Replace embedded tools
  - doc/ strapdownjs and jquery

* Document embedded sources in tarball
  - third-party/

* icinga2 not a meta package
  - move default config to it
  - move service to it
  - to optimize dependencies

* dependencies
  - we should depend on /usr/bin/mail
  - and probably recommend mail-transport-agent

* IDO updates
  - can fail when the daemon is running
  - should properly disable/re-enable on updates

* IDO packages
  - mysql and pgsql should able to be installed at the same time
  - enabling the feature on first install does not work (debconf)
  - are features disabled properly on uninstall?