This file contains 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 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 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 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 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' |
This file contains 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
<event> | |
<mask> | |
<maskelement> | |
<mename>generic</mename> | |
<mevalue>4</mevalue> | |
</maskelement> | |
</mask> | |
<uei>uei.opennms.org/generic/traps/SNMP_Authen_Failure</uei> | |
<event-label>OpenNMS-defined trap event: SNMP_Authen_Failure</event-label> | |
<descr><p>An authentication failure trap signifies that the sending protocol entity is the addressee of a |
This file contains 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 go_gc_duration_seconds A summary of the pause duration of garbage collection cycles. | |
# TYPE go_gc_duration_seconds summary | |
go_gc_duration_seconds{quantile="0"} 2.2525e-05 | |
go_gc_duration_seconds{quantile="0.25"} 2.2525e-05 | |
go_gc_duration_seconds{quantile="0.5"} 5.352e-05 | |
go_gc_duration_seconds{quantile="0.75"} 7.1375e-05 | |
go_gc_duration_seconds{quantile="1"} 7.1375e-05 | |
go_gc_duration_seconds_sum 0.00014742 | |
go_gc_duration_seconds_count 3 | |
# HELP go_goroutines Number of goroutines that currently exist. |
This file contains 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
# This is a BZFlag Server (bzfs) configuration file. | |
# It assumes that you wish to connect to the bzflag list server. | |
# Please read through it carefully. Lines starting with a # are comments. | |
# to enable an option, remove the # at the beginning of a line. To | |
# disable that option, put the # back. There are some examples in this | |
# file. Make sure you change the examples if you uncomment the line. If | |
# you don't know what something does, you are okay to just leave | |
# it commented out. Failure to read through this file (looking for | |
# already uncommented lines) might be a little embarrassing. Have fun. |
This file contains 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
# This is a BZFlag Server (bzfs) configuration file. | |
# It assumes that you wish to connect to the bzflag list server. | |
# Please read through it carefully. Lines starting with a # are comments. | |
# to enable an option, remove the # at the beginning of a line. To | |
# disable that option, put the # back. There are some examples in this | |
# file. Make sure you change the examples if you uncomment the line. If | |
# you don't know what something does, you are okay to just leave | |
# it commented out. Failure to read through this file (looking for | |
# already uncommented lines) might be a little embarrassing. Have fun. |
This file contains 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: | |
bzfs: | |
image: quay.io/labmonkeys/bzfs:2.4.22.b20 | |
container_name: bzfs | |
deploy: | |
resources: | |
limits: |
NewerOlder