summaryrefslogtreecommitdiff
path: root/README
blob: ee2eb3426fd74e7e4979a495a2c481f652a0d173 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
NodeHealthMonitor (NHM) README
================================================================================

This is the official source of the NodeHealthMonitor. At present, all
relevant documentation for this project is available in the GENIVI wiki on:

https://collab.genivi.org/wiki/display/genivi/SysInfraEGLifecycleRequirements


License
-------

For licensing info see the COPYING file, distributed along with this project.


Build Dependencies and Instructions
-----------------------------------

The NodeHealthMonitor needs the following packages installed, to be compiled:
  - automotive-dlt             >= 2.2.0
  - glib-2.0                   >= 2.30.0
  - node-state-manager         >= 1.2.0.0
  - persistence_client_library

Dependencies to "dbus-1" can be solved by passing "--with-dbussystemunitdir"
and "--with-dbusinterfacesdir" to the configure script.
Dependencies to "systemd" can be solved by passing "--with-systemdsystemunitdir"
to the configure script.