1httppower(8) powerman httppower(8)
2
3
4
6 httppower - communicate with HTTP based power distribution units
7
9 httppower [--url URL]
10
12 httppower is a helper program for powerman which enables it to communi‐
13 cate with HTTP based power distribution units. It is run interactively
14 by the powerman daemon.
15
17 -u, --url URL
18 Set the base URL.
19
21 The following commands are accepted at the httppower> prompt:
22
23 auth user:pass
24 Authenticate to the base URL with specified user and password,
25 using ``basic'' HTTP authentication which sends the user and
26 password over the network in plain text.
27
28 seturl URL
29 Set the base URL. Overrides the command line option.
30
31 get [URL-suffix]
32 Send an HTTP GET to the base URL with the optional URL-suffix
33 appended.
34
35 post [URL-suffix] key=val[&key=val]...
36 Send an HTTP POST to the base URL with the optional URL-suffix
37 appended, and key-value pairs as argument.
38
39
41 /usr/sbin/httppower
42 /etc/powerman/powerman.conf
43
44
46 PowerMan was originally developed by Andrew Uselton on LLNL's Linux
47 clusters. This software is open source and distributed under the terms
48 of the GNU GPL.
49
50
52 powerman(1), powermand(8), httppower(8), plmpower(8), vpcd(8), power‐
53 man.conf(5), powerman.dev(5), powerman-devices(7).
54
55 http://sourceforge.net/projects/powerman
56
57
58
59powerman-2.3.5 2009-02-09 httppower(8)