blob: a2b078989edff6b2faecbba3b8e678cfcdea3c10 [file] [log] [blame]
Pau Espin Pedrolb1720a32019-03-20 13:14:31 +01001osmo-sysmon (0.1.0) unstable; urgency=medium
2
3 [ Harald Welte ]
4 * initial checkin
5 * simple_ctrl: Add timeout to blocking I/O
6 * simple_ctrl.c: Support an indefinite timeout (using tout_msec=0)
7 * simple_ctrl.c: API for setting timeout + raw CTRL msgb read
8 * osmo-ctrl-client: Implement "monitor" mode
9 * simple-ctrl-client: Add basic help/usage information
10 * simple_ctrl: Abstract out timeval_from_msec() function
11 * simple_ctrl: Non-blocking connect() with timeout
12 * initial implementation of 'osysmon' main program + CTRL client
13 * add osysmon_sysinfo for uptime/ram/load
14 * osysmon_ctrl: Use variable name, not ctrl-client name as val->name
15 * osysmon_main: Show hierarchical/tree structure during printing
16 * value_node: add combined find_or_add() and avoid duplicate names
17 * value_node: Add 'idx' member to handle lookup by ifindex.
18 * Add network link + address monitiring via osysmon_rtnl.c
19 * add osysmon_file.c for reading/monitoring files (like sysfs)
20 * migrate to autoconf
21 * add .gitignore file
22 * rename to osmo-sysmon
23 * simple_ctrl: Check for NULL return of simple_ctrl_xceive
24 * add contrib/jenkins.sh for build verification
25
26 [ Daniel Willmann ]
27 * Remove unused function
28 * Fix compilation issue on my machine, remove unused include
29 * Remove unused last_value handling code
30 * Add zero termination char to received ctrl cmd message
31 * Disconnect properly on errors so we can reconnect
32 * git-version-gen: Don't check for .git directory
33
34 [ Martin Hauke ]
35 * Makefile.am: Fix typo
36
37 [ Max ]
38 * Add git-review config
39 * Update gitignore
40 * Report config file name on error
41 * Update default config
42 * Expand default config
43 * Add OpenVPN status helper example from corresponding ticket
44 * Move shared libs into common LDADD
45 * Drop unused parameter
46 * ctrl: separate config structure
47 * Update Makefile.am
48 * Add ping probe support
49 * jenkins.sh: remove obsolete comments
50 * Install signal handlers before processing config
51 * ctrl: log host/port on errors
52 * Introduce generic host config and related helpers
53 * Add OpenVPN probe
54 * OpenVPN: track interface disconnect
55 * Update config example
56
57 [ Stefan Sperling ]
58 * fix file descriptor leak in osysmon_file_read
59
60 [ Pau Espin Pedrol ]
61 * Add m4 missing files to fix build
62 * Move source code to src subdir
63 * Add cmdline option parsing support
64 * Integrate sleeping/printing loop into osmo main loop
65 * openvpn: Improve logging and status information
66 * openvpn: Set reconnect timeout to a much lower value
67 * openvpn: String returned from openvpn is not null-terminated
68 * openvpn: log status description
69 * openvpn: Fix garbage printed after remote port
70 * openvpn: Remove useless conditional block in parse_state
71 * openvn: Fix missing break in last commit
72 * Add vty option to print output of shell cmd on every poll step
73 * Makefile.am: Add missing bits to have make release working
74 * Add debian packaging content
75
76 [ Oliver Smith ]
77 * osmo-sysmon -h: s/OsmoHLR/osmo-sysmon/
78
79 -- Pau Espin Pedrol <pespin@sysmocom.de> Wed, 20 Mar 2019 13:14:30 +0100
80
Pau Espin Pedrol814882b2019-03-19 18:10:55 +010081osmo-sysmon (0.0.1) unstable; urgency=medium
82
83 * Initial release.
84
85 -- Pau Espin Pedrol <pespin@sysmocom.de> Tue, 19 Mar 2019 18:32:14 +0100