This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12:52:05.088 DEBUG [AggregatorFlush-Telemetry-OpenConfig-Juniper] Generating collection set for message: update { | |
timestamp: 1751374301513159412 | |
prefix { | |
elem { | |
name: "interfaces" | |
} | |
elem { | |
name: "interface" | |
key { | |
key: "name" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
08:24:44.142 DEBUG [AggregatorFlush-Telemetry-OpenConfig-Juniper] Generating collection set for message: update { | |
timestamp: 1751358260711815087 | |
prefix { | |
elem { | |
name: "interfaces" | |
} | |
elem { | |
name: "interface" | |
key { | |
key: "name" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14:30:25.580 DEBUG [AggregatorFlush-Telemetry-OpenConfig-Juniper] Generating collection set for message: update { | |
timestamp: 1751293802316978321 | |
} | |
extension { | |
registered_ext { | |
id: UNKNOWN_ENUM_VALUE_ExtensionID_1 | |
msg: "\n\003pe2\020\377\377\003\"\vsensor_1010*&/components/component/cpu/utilization/2&/components/component/cpu/utilization/:\005jkdsd@cH\314\356\372\211\3742P\346\355\372\211\3742`\316\356\372\211\3742p\001\200\001\002" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xtension { | |
registered_ext { | |
id: UNKNOWN_ENUM_VALUE_ExtensionID_1 | |
msg: "\n\003pe2\020\377\377\003\"\vsensor_1009*&/components/component/cpu/utilization/2&/components/component/cpu/utilization/:\005jkdsd@NH\356\301\205\210\3742P\355\301\205\210\3742`\362\301\205\210\3742\200\001\002" | |
} | |
} | |
' with class 'org.opennms.features.openconfig.proto.gnmi.Gnmi$SubscribeResponse' to class 'org.opennms.features.openconfig.proto.jti.Telemetry$OpenConfigData' | |
at org.codehaus.groovy.jsr223.GroovyScriptEngineImpl.eval(GroovyScriptEngineImpl.java:320) ~[groovy-jsr223-3.0.21.jar:3.0.21] | |
at org.codehaus.groovy.jsr223.GroovyCompiledScript.eval(GroovyCompiledScript.java:71) ~[groovy-jsr223-3.0.21.jar:3.0.21] | |
at javax.script.CompiledScript.eval(CompiledScript.java:93) ~[java.scripting:?] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Last changed: 2025-06-30 05:04:48 UTC | |
version 24.4R1.9; | |
system { | |
host-name pe2; | |
root-authentication { | |
encrypted-password "NOTHINGTOSEEGOAWAY"; ## SECRET-DATA | |
} | |
services { | |
ssh { | |
root-login allow; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# HELP ifHCInOctets The total number of octets received on the interface (High Capacity). | |
# TYPE ifHCInOctets counter | |
ifHCInOctets{instance="router-1.example.com", ifIndex="1", ifDescr="GigabitEthernet0/0", ifName="Gig0/0", ifAlias="WAN Link"} 12345678901234 | |
ifHCInOctets{instance="router-1.example.com", ifIndex="2", ifDescr="GigabitEthernet0/1", ifName="Gig0/1", ifAlias="Uplink to Server"} 23456789012345 | |
ifHCInOctets{instance="switch-1.example.com", ifIndex="1", ifDescr="FastEthernet1/0/1", ifName="Fa1/0/1", ifAlias="Uplink to Core"} 98765432101234 | |
ifHCInOctets{instance="switch-1.example.com", ifIndex="2", ifDescr="FastEthernet1/0/2", ifName="Fa1/0/2", ifAlias="Uplink to ISP"} 87654321012345 | |
# HELP ifHCOutOctets The total number of octets transmitted out of the interface (High Capacity). | |
# TYPE ifHCOutOctets counter | |
ifHCOutOctets{instance="router-1.example.com", ifIndex="1", ifDescr="GigabitEthernet0/0", ifName="Gig0/0", ifAlias="WAN Link"} 22334455667788 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#EXTM3U | |
#EXTINF:-1,ARD | |
https://mcdn.daserste.de/daserste/de/master.m3u8 | |
#EXTINF:-1,ARD ONE | |
https://mcdn.one.ard.de/ardone/hls/master.m3u8 | |
#EXTINF:-1,ARD Alpha | |
https://mcdn.br.de/br/fs/ard_alpha/hls/de/master.m3u8 | |
#EXTINF:-1,ARD Tagesschau | |
https://tagesschau.akamaized.net/hls/live/2020115/tagesschau/tagesschau_1/master.m3u8 | |
#EXTINF:-1,ZDF |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.util.ArrayList; | |
import java.util.List; | |
public class Main { | |
public static final int BATCH_SIZE = 4000; | |
public static void main(String[] args) { | |
List<Thread> threads = new ArrayList<Thread>(); | |
try { | |
for (int i = 0; i <= 100 * 1000; i += BATCH_SIZE) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package org.opennms.netmgt.correlation.drools; | |
import java.util.Date; | |
import org.opennms.core.utils.InetAddressUtils; | |
import org.opennms.netmgt.correlation.drools.DroolsCorrelationEngine; | |
import org.opennms.netmgt.xml.event.Event; | |
import org.opennms.netmgt.xml.event.Parm; | |
import org.opennms.netmgt.model.events.EventBuilder; | |
import org.opennms.netmgt.model.events.EventUtils; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
version: '3' | |
services: | |
bto-minion: | |
image: opennms/horizon-stream-minion:latest | |
# image: docker.io/opennms/horizon-stream-minion:v0.0.33-dev | |
environment: | |
TZ: 'Europe/Berlin' | |
MINION_ID: 'minion-ng-01' |
NewerOlder