MOTDs32/CHANGELOG

52 lines
1.9 KiB
Plaintext
Raw Normal View History

2020-05-18 20:10:19 +02:00
2020-05-18
- Add features with Stat32.
- Fix install.sh
- Add Update Script on install.sh
- Optimisation.
2017-07-18 23:06:11 +02:00
2017-07-17
2017-07-21 10:25:35 +02:00
--> motdstat 0.0.4 become MOTDs32 0.0.5
2017-07-21 10:25:57 +02:00
- NEW features: add more info
2017-07-18 23:13:38 +02:00
- IP ...
2017-07-18 23:06:11 +02:00
- Hostname with figlet (auto install)
- Show who is connected with SSH
- ADD show numbers of process
2017-07-21 10:25:35 +02:00
- ADD a ./install and ./uninstall script.
2017-07-18 23:13:38 +02:00
- ...
- need to finish the changelog :P
2017-07-18 23:06:11 +02:00
2014-07-17
motdstat 0.0.4
- FEATURE: autodiscovery of "netservice" and "process" configuration files
2017-07-21 10:25:35 +02:00
from running network services and processes. (thanks to Bongermino Björ)
2017-07-21 10:25:57 +02:00
- FEATURE: checking if the "mail" command is installed
- FIXED: hostname detection. Instead of using 'hostname -f' the $HOSTNAME variable is used
2017-07-18 23:06:11 +02:00
- FIXED: '\n' in syslog messages
2013-02-13
motdstat 0.0.3
- FIXED: gaps/spaces in ntp status
- FIXED: swapped yellow/red colors in "Disk Status" column header
- FEATURE: e-mail notification on system reboot
- FEATURE: custom executable commands for Load, Memory, NTP and SWAP tresholds
- FEATURE: custom configurable partition usage (auto-create from /etc/fstab)
- FEATURE: customizable sending messages to local syslog
2012-10-20
motdstat 0.0.2
- fixed: checking if /etc/motd file exists
- fixed: displaying correct swap usage value in instead of swap total value in kb
- fixed: a couple of typo fixes
- fixed: deleting temporary files .motdstat_mail_$$ in temporary directory /tmp
- fixed: handling stderr message(s) when checking ntp status using ntpq command
- fixed: e-mail notification sending when ntp synchronization was lost
- fixed: installation makefile overwrite already installed config files
- changed "swap:" instead of "swaptotal:" in memory column
- changed "memory:" instead of "memtotal:" in memory column
- displaying real memory usage instead of total memory
- updated readme documentation file
2012-08-14
motdstat 0.0.1
- initial release