This file is indexed.

/usr/share/doc/slmon/TODO is in slmon 0.5.13-2.2build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
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 :)