/etc/prelude/default/global.conf is in libprelude2 1.0.0-11.4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 | [prelude]
# This is the default configuration for all program
# (sensors, agents, and manager) using libprelude.
#
# Entry in this configuration file might be overriden by entry directly
# provided by the respective program configuration file.
#
# Set heartbeat interval, the default value is 600 seconds (10 minutes).
#
# heartbeat-interval = 600
#
# Optionnal data carried with alert/heartbeats.
#
# analyzer-name = Name for the analyzer
# node-name = Name of the equipment
# node-location = Location of the equipment
# node-category = Type of node:
#
# unknown Domain unknown or not relevant
# ads Windows 2000 Advanced Directory Services
# afs Andrew File System (Transarc)
# coda Coda Distributed File System
# dfs Distributed File System (IBM)
# dns Domain Name System
# hosts Local hosts file
# kerberos Kerberos realm
# nds Novell Directory Services
# nis Network Information Services (Sun)
# nisplus Network Information Services Plus (Sun)
# nt Windows NT domain
# wfw Windows for Workgroups
# Address contained by this Node,
# You may have several address.
#
# [Node-Address]
#
# address = Address of the equipment
# netmask = Netmask for this address
# vlan-name = Name of the Virtual LAN to which the address belongs
# vlan-num = Number of the Virtual LAN to which the address belongs
#
# category = Type of address represented
#
# Permitted values for category are (default to unknown) :
#
# unknown Address type unknown
# atm Asynchronous Transfer Mode network address
# e-mail Electronic mail address (RFC 822)
# lotus-notes Lotus Notes e-mail address
# mac Media Access Control (MAC) address
# sna IBM Shared Network Architecture (SNA) address
# vm IBM VM ("PROFS") e-mail address
# ipv4-addr IPv4 host address in dotted-decimal notation (a.b.c.d)
# ipv4-addr-hex IPv4 host address in hexadecimal notation
# ipv4-net IPv4 network address in dotted-decimal notation, slash, significant bits (a.b.c.d/nn)
# ipv4-net-mask IPv4 network address in dotted-decimal notation, slash, network mask in dotted-decimal notation (a.b.c.d/w.x.y.z)
# ipv6-addr IPv6 host address
# ipv6-addr-hex IPv6 host address in hexadecimal notation
# ipv6-net IPv6 network address, slash, significant bits
# ipv6-net-mask IPv6 network address, slash, network mask
|