Index |
Unique index of a loghost profile |
AddrType |
The IP address type of the requested loghost. could be: -unknown(0): an unknown address type -ipv4(1) : an IPv4 address -ipv6(2) : an IPv6 address -ipv4z(3) : a non-global IPv4 address including a zone index -ipv6z(4) : a non-global IPv6 address including a zone index -dns(16) : a DNS domain name Enumerations: - unknown (0)
- ipv4 (1)
- ipv6 (2)
- ipv4z (3)
- ipv6z (4)
- dns (16)
|
Addr |
IP Address where syslog messages are sent. If the facility is set to memory or console, this field is not used. |
Level |
Priorities lower than or equal to this level are sent to loghost. The delete priority is used to discard the whole entry. Enumerations: - emerg (1)
- alert (2)
- crit (3)
- err (4)
- warning (5)
- notice (6)
- info (7)
- debug (8)
- delete (32)
|
Facility |
The facility used for the syslog messages being generated. Enumerations: - local0 (1)
- local1 (2)
- local2 (3)
- local3 (4)
- local4 (5)
- local5 (6)
- local6 (7)
- local7 (8)
|
Type |
The subject of the messages that are to be generated. system means all subjects except accounting, all means all subjects. Enumerations: - system (1)
- acct (2)
- all (3)
|
Timestamp |
This object describes the format of the timestamp. none(1) = no timestamp, time(2) = only time is printed, all(3) = date and time is printed. Enumerations: |
Method |
This object provides protocol for sending syslog messages: udp(1) = udp tcp(2) = tcp Enumerations: |