Osmocom System Monitor
Go to file
Daniel Willmann d5f0046ff5 git-version-gen: Don't check for .git directory
This check is not in all our repos that use git-version-gen. Indeed it
seems to be a leftover of openbsc where I think it wanted to ensure
being called in the openbsc subfolder or something? libosmocore e.g.
doesn't have it.

In any case .git being a directory is not always true (if using git
worktree) so remove this check.

Change-Id: I414111b27db9951314e6bc7eff8bc1f10775b3ff
2018-07-24 17:58:24 +02:00
contrib add contrib/jenkins.sh for build verification 2018-06-05 19:11:24 +02:00
.gitignore add .gitignore file 2018-06-04 22:02:45 +02:00
COPYING migrate to autoconf 2018-06-04 22:02:45 +02:00
Makefile.am Makefile.am: Fix typo 2018-06-05 20:57:32 +02:00
configure.ac rename to osmo-sysmon 2018-06-04 22:02:45 +02:00
git-version-gen git-version-gen: Don't check for .git directory 2018-07-24 17:58:24 +02:00
osmo-ctrl-client.c simple-ctrl-client: Add basic help/usage information 2018-06-04 22:02:45 +02:00
osysmon.h Fix compilation issue on my machine, remove unused include 2018-06-05 18:50:08 +02:00
osysmon_ctrl.c Disconnect properly on errors so we can reconnect 2018-06-05 19:15:47 +02:00
osysmon_file.c add osysmon_file.c for reading/monitoring files (like sysfs) 2018-06-04 22:02:45 +02:00
osysmon_main.c Remove unused function 2018-06-05 15:27:18 +02:00
osysmon_rtnl.c Add network link + address monitiring via osysmon_rtnl.c 2018-06-04 22:02:45 +02:00
osysmon_sysinfo.c add osysmon_sysinfo for uptime/ram/load 2018-06-04 22:02:45 +02:00
simple_ctrl.c Add zero termination char to received ctrl cmd message 2018-06-05 19:15:47 +02:00
simple_ctrl.h simple_ctrl.c: API for setting timeout + raw CTRL msgb read 2018-06-04 22:02:45 +02:00
value_node.c value_node: Add 'idx' member to handle lookup by ifindex. 2018-06-04 22:02:45 +02:00
value_node.h value_node: Add 'idx' member to handle lookup by ifindex. 2018-06-04 22:02:45 +02:00