File: TODO

package info (click to toggle)
libmessage-passing-perl 0.117-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 544 kB
  • sloc: perl: 2,742; makefile: 2; sh: 1
file content (44 lines) | stat: -rw-r--r-- 974 bytes parent folder | download | duplicates (4)
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Code core/general:
    - Generic blessed object serialize filter
    - Logstash compatibility filter
    - Global registry and DSL support for connection managers
    - Connection sharing
    - Connect timeout strategies
    - Better documentation for error chain.

Specific adaptors
    - AMQP needs a lot of work

Docs:
 Message::Passing::Manual::Concepts:
 - Proper script writing (after DSL example)
 - Other links.. in ::Concepts?

 Message::Passing::Manual::Workers:
 - Write

 Message::Passing::Manual::Cookbook:
 - Aggregating this log
   - Link to building own script
   - Note other script options

 - Syslog
   - On host collector
     - Explain what this is
   - Explain central aggregation, again

 - Aggregating everything
   - Finish

 - Filtering messages

 - Putting it all together - log processor with filtering etc.

 - HTTP POST notifications

 - Worker pools for jobs

 - Async notification with Web::Hippie
   - Updating monitoringJS not until Moo!