This file is indexed.

/etc/lavapdu/lavapdu.conf is in lavapdu-daemon 0.0.5-1.

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
{
    "daemon": {
        "hostname": "0.0.0.0",
        "port": 16421,
        "dbhost": "127.0.0.1",
        "dbuser": "pdudaemon",
        "dbpass": "pdudaemon",
        "dbname": "lavapdu",
        "retries": 5,
        "logging_level": "INFO"
    },
    "pdus": {
        "192.168.10.2": {
            "driver": "apc9210"
        },
        "192.168.10.3": {
            "driver": "apc7952",
            "telnetport": 5023
        },
        "192.168.10.4": {
            "driver": "apc7952"
        },
        "192.168.10.5": {
            "driver": "apc8959",
            "this": "that",
            "something": "else"
        },
        "192.168.25.52": {
            "driver": "apc7952"
        }
    }
}