File: TODO

package info (click to toggle)
slmon 0.5.13-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 504 kB
  • ctags: 210
  • sloc: sh: 2,883; ansic: 1,800; makefile: 60
file content (13 lines) | stat: -rw-r--r-- 712 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
I plan to do another rewrite of SLmon soon. The proposed new design is:
    * Separate data aquisition part and User Interface. This means that there
      will be two programs: daemon (slmond) and client.
    * Client will communicate with server either via Unix domain socets or via
      TCP (UDP maybe?). This will enable users to monitor remote computers.
    * Several UIs can exist (eg. s-lang, GTK, ncurses etc.).
    * Server may optionaly support SNMP for data gathering.
    * Most parameters should be available via configuration file.

If you have any comments, crtiticism, feature requests about above design
please don't hesitate to e-mail them to me and I'll try to include them in
SLmon 0.6 :)