1hpisensor(1) OpenHPI hpisensor(1)
2
3
4
6 hpisensor - This sample openhpi application displays sensor info for all resources with Sensor Capability
7
9 hpisensor [-D nn] [-N host[:port]] [-C <cfgfile>] [-t -r -s -X -h] [-E epath]
10 hpisensor [--domain=nn] [--host=host[:port]] [--cfgfile=file]
11 [--threshold --range --eventstate --debug --help] [--entity-path="epath"]
12
14 hpisensor displays sensor info for all resources with Sensor
15 Capability. Option -E (entity-path) restricts the output on the
16 specified entity-path.
17
18 If no domain or host is selected, hpisensor uses the default domain as
19 specified in the openhpiclient.conf file.
20
22 Help Options:
23 -h, --help
24 Show help options
25
26 Application Options:
27 -t, --threshold
28 Show Thresholds also
29
30 -r, --range
31 Show Range values also
32
33 -s, --eventstate
34 Show EventState also
35
36 -E "epath", --entity-path="epath"
37 Use entity path epath
38
39 -D nn, --domain=nn
40 Select domain id nn
41
42 -X, --debug
43 Display debug messages
44
45 -N "host[:port]", --host="host[:port]"
46 Open session to the domain served by the daemon at the specified URL
47 (host:port). This option overrides the OPENHPI_DAEMON_HOST and
48 OPENHPI_DAEMON_PORT environment variables. If host contains ':' (for
49 example IPv6 address) then enclose it in square brackets. For
50 example: "[::1]" or "[::1]:4743".
51
52 -C "file", --cfgfile="file"
53 Use passed file as client configuration file. This option overrides
54 the OPENHPICLIENT_CONF environment variable.
55
57 hpi_shell
58 hpialarms hpifan hpipower hpitop
59 hpidomain hpigensimdata hpireset hpitree
60 hpiel hpiiinv hpisettime hpiwdt
61 hpievents hpionIBMblade hpithres hpixml
62 ohdomainlist ohhandler ohparam
63
65 Authors of this man page:
66
67 Peter D Phan (pdphan@users.sourceforge.net)
68 Ulrich Kleber (ulikleber@users.sourceforge.net)
69 Anton Pak (avpak@users.sourceforge.net)
70
71
72
733.8.0 2017-05-27 hpisensor(1)