Slide 40
Slide 40 text
Sulu, Sie dürfen einfach drauf losfliegen.
send-event.pl
1 Usage: ./send-event.pl [host] [options]
2
3 the UEI is a required field!
4 Usage: ./send-event.pl [host] [options]
5
6 Options:
7
8 the universal event identifier (URI)
9 [host[:port]] a hostname to send the event to (default: localhost)
10 --version, -V print version and exit successfully
11 --verbose, -v print the raw XML thats generated
12 --help, -h this help message
13
14 --timezone, -t the time zone you are in
15 --service, -s service name
16 --nodeid, -n node identifier (numeric)
17 --interface, -i IP address of the interface
18 --descr, -d a description for the event browser
19 --logmsg, -l a logmsg for the event browser (secure field by default)
20 .
21 .
22 .
40 / 49