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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
librenms@nms:~$ ./poller.php -h pve01.dc.example.com -r -f -d -m applications
Warning: poller.php is deprecated! Use lnms device:poll instead.

SQL[select `migration` from `migrations` order by `id` desc limit 1 [] 0.42ms] 
  
SQL[select count(*) as aggregate from `migrations` [] 0.4ms] 
  
SQL[select version() [] 0.21ms] 
  
===========================================
Component | Version
--------- | -------
LibreNMS  | 25.8.0-dev.19+759ee21b3 (2025-08-04T12:36:31-03:00)
DB Schema | 2025_07_10_201918_update_vlans_table (353)
PHP       | 8.3.6
Python    | 3.12.3
Database  | MariaDB 10.11.13-MariaDB-0ubuntu0.24.04.1
RRDTool   | 1.7.2
SNMP      | 5.9.4.pre2
===========================================
  
LibreNMS config cache cleared and config reloaded.  
SQL[select `config_name`, `config_value` from `config` [] 0.75ms] 
  
SQL[select * from `graph_types` [] 0.55ms] 
  
Override poller modules: applications  
SQL[select `device_id` from `devices` where `hostname` = ? ["pve01.dc.example.com"] 0.27ms] 
  
SQL[select * from `devices` where `device_id` = ? limit 1 [10] 0.67ms] 
  
Hostname:  pve01.dc.example.com (unix) 
ID:        10
OS:        proxmox
IP:        172.22.0.21
  
Attempting to initialize OS: proxmox  
Attempting to initialize Group OS: unix  
OS initialized: LibreNMS\OS\Shared\Unix  
SQL[select * from `devices_attribs` where `devices_attribs`.`device_id` = ? and `devices_attribs`.`device_id` is not null [10] 0.34ms] 
  
[FPING] '/usr/bin/fping' '-e' '-q' '-c' '3' '-p' '500' '-t' '500' '-O' '0' 'pve01.dc.example.com'
  
response: pve01.dc.example.com : xmt/rcv/%loss = 3/3/0%, min/avg/max = 0.423/0.487/0.562  
SNMP['/usr/bin/snmpget' '-M' '/opt/librenms/mibs' '-m' 'SNMPv2-TC:SNMPv2-MIB:IF-MIB:IP-MIB:TCP-MIB:UDP-MIB:NET-SNMP-VACM-MIB' '-v2c' '-c' 'COMMUNITY' '-OQXUte' '-Pu' 'udp:HOSTNAME:161' 'SNMPv2-MIB::sysObjectID.0']  
SNMPv2-MIB::sysObjectID.0 = NET-SNMP-MIB::netSnmpAgentOIDs.10
  
  
SQL[update `devices` set `last_ping` = ?, `last_ping_timetaken` = ? where `device_id` = ? ["2025-08-04 13:55:34",0.487,10] 1.06ms] 
  
RRD[last pve01.dc.example.com/icmp-perf.rrd  --daemon unix:/var/run/rrdcached.sock]  
RRD[update pve01.dc.example.com/icmp-perf.rrd N:0.487:3:3:0.423:0.562 --daemon unix:/var/run/rrdcached.sock]  
SQL[select * from `device_outages` where `device_outages`.`device_id` = ? and `device_outages`.`device_id` is not null and `up_again` is null order by `going_down` desc limit 1 [10] 0.33ms] 
  
#### Load poller module applications ####
  
Module enabled: Global + | OS   | Device   | Manual +  
SQL[select * from `applications` where `applications`.`device_id` = ? and `applications`.`device_id` is not null and `applications`.`deleted_at` is null [10] 0.41ms] 
  
Application: ceph, app_id=2
Application: proxmox, app_id=3SNMP['/usr/bin/snmpget' '-v2c' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.8072.1.3.2.3.1.2.7.112.114.111.120.109.111.120']
"<<<app-proxmox>>>
CSPO
220004/net0/24650550231/637622390203/servidora
512001/net0/1205063460/887913077/tools1"  
  
SQL[UPDATE `applications` set `device_id`=?,`app_type`=?,`app_instance`=? WHERE `device_id` = ? AND `app_type` = ? [10,"proxmox","CSPO",10,"proxmox"] 0.48ms] 
  
Proxmox (CSPO): servidora: 24650550231/637622390203/net0
RRD[last proxmox/CSPO/220004_netif_net0.rrd  --daemon unix:/var/run/rrdcached.sock]  
RRD[update proxmox/CSPO/220004_netif_net0.rrd N:24650550231:637622390203 --daemon unix:/var/run/rrdcached.sock]  
SQL[SELECT id FROM proxmox WHERE vmid = ? AND cluster = ? ["220004","CSPO"] 0.29ms] 
  
SQL[UPDATE `proxmox` set `device_id`=?,`last_seen`=NOW(),`description`=? WHERE `vmid` = ? AND `cluster` = ? [10,"servidora","220004","CSPO"] 0.57ms] 
  
SQL[SELECT pmp.id FROM proxmox_ports pmp, proxmox pm WHERE pm.id = pmp.vm_id AND pmp.port = ? AND pm.cluster = ? AND pm.vmid = ? ["net0","CSPO","220004"] 0.19ms] 
  
SQL[UPDATE `proxmox_ports` set `last_seen`=NOW() WHERE `vm_id` = ? AND `port` = ? [1,"net0"] 0.43ms] 
  
Proxmox (CSPO): tools1: 1205063460/887913077/net0
RRD[last proxmox/CSPO/512001_netif_net0.rrd  --daemon unix:/var/run/rrdcached.sock]  
RRD[update proxmox/CSPO/512001_netif_net0.rrd N:1205063460:887913077 --daemon unix:/var/run/rrdcached.sock]  
SQL[SELECT id FROM proxmox WHERE vmid = ? AND cluster = ? ["512001","CSPO"] 0.18ms] 
  
SQL[UPDATE `proxmox` set `device_id`=?,`last_seen`=NOW(),`description`=? WHERE `vmid` = ? AND `cluster` = ? [10,"tools1","512001","CSPO"] 0.67ms] 
  
SQL[SELECT pmp.id FROM proxmox_ports pmp, proxmox pm WHERE pm.id = pmp.vm_id AND pmp.port = ? AND pm.cluster = ? AND pm.vmid = ? ["net0","CSPO","512001"] 0.3ms] 
  
SQL[UPDATE `proxmox_ports` set `last_seen`=NOW() WHERE `vm_id` = ? AND `port` = ? [2,"net0"] 0.92ms] 
  
SQL[update `applications` set `timestamp` = NOW() where `app_id` = ? [3] 0.49ms] 
  
SQL[SELECT * FROM `application_metrics` WHERE app_id=? [3] 0.22ms] 
  
: SQL[UPDATE `application_metrics` set `value`=?,`value_prev`=? WHERE app_id=? && metric=? [24650550231,24649922050,3,"pmxclusterCSPO_vmid220004_vmportnet0_INOCTETS"] 0.39ms] 
  
USQL[UPDATE `application_metrics` set `value`=?,`value_prev`=? WHERE app_id=? && metric=? [637622390203,637602690479,3,"pmxclusterCSPO_vmid220004_vmportnet0_OUTOCTETS"] 0.37ms] 
  
USQL[UPDATE `application_metrics` set `value`=?,`value_prev`=? WHERE app_id=? && metric=? [1205063460,1205050969,3,"pmxclusterCSPO_vmid512001_vmportnet0_INOCTETS"] 0.38ms] 
  
USQL[UPDATE `application_metrics` set `value`=?,`value_prev`=? WHERE app_id=? && metric=? [887913077,887896842,3,"pmxclusterCSPO_vmid512001_vmportnet0_OUTOCTETS"] 0.35ms] 
  
U

  
>> SNMP: [2/0.29s] MySQL: [19/0.08s] RRD: [6/0.00s]  
>> Runtime for poller module 'applications': 0.2928 seconds with 225072 bytes  
RRD[last pve01.dc.example.com/poller-perf-applications.rrd  --daemon unix:/var/run/rrdcached.sock]  
RRD[update pve01.dc.example.com/poller-perf-applications.rrd N:0.29278302192688 --daemon unix:/var/run/rrdcached.sock]  
#### Unload poller module applications ####
  
[...] CUT [...]


>>> Polled pve01.dc.example.com (10) in 1.318 seconds <<<  
### Start Device Groups ###  
SQL[select * from `device_groups` [] 0.56ms] 
  
SQL[select `devices`.`device_id`, `device_group_device`.`device_group_id` as `pivot_device_group_id`, `device_group_device`.`device_id` as `pivot_device_id` from `devices` inner join `device_group_device` on `devices`.`device_id` = `device_group_device`.`device_id` where `device_group_device`.`device_group_id` in (1) [] 0.4ms] 
  
SQL[select * from `device_group_device` where `device_group_device`.`device_id` = ? [10] 0.34ms] 
  
Groups Added:   Removed:   
### End Device Groups (0.0052s) ### 
  
#### Start Alerts ####  

[...] CUT [...]

#### End Alerts (0.0233s) ####
  
SNMP [2/0.29s]: Snmpget[2/0.29s]  
SQL [71/0.42s]: Select[39/0.15s] Update[12/0.08s] Delete[20/0.19s]  
RRD [10/0.00s]: Other[5/0.00s] Update[5/0.00s]