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 configuration file for Zabbix agent daemon (Unix) | |
# To get more information about Zabbix, visit https://www.zabbix.com | |
############ GENERAL PARAMETERS ################# | |
### Option: PidFile | |
# Name of PID file. | |
# | |
# Mandatory: no | |
# Default: |
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 file describes the network interfaces available on your system | |
# and how to activate them. For more information, see interfaces(5). | |
source /etc/network/interfaces.d/* | |
# The loopback network interface | |
#auto lo | |
#iface lo inet loopback | |
# The primary network interface |
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
#!/bin/bash | |
# _ _ _ | |
#__ _| |__ ___ __| | __ _| |_ | |
#\ \ /\ / / '_ \ / _ \ / _` |/ _` | __| | |
# \ V V /| | | | (_) | (_| | (_| | |_ | |
# \_/\_/ |_| |_|\___/ \__,_|\__,_|\__| | |
# | |
#Written by: Mrjung with contributions by mshooltz | |
#For those who need account information, and need it NOW! | |
#This is intended to replace use of /scripts/whoowns so techs can get -ALL- the information they |
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
-rw-r--r-- 1 root root 696M Oct 29 21:17 CentOS-Stream-8-x86_64-20201030-boot.iso |
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
Try 'zabbix_get --help' for more information. |
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
2873927 |
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
vfs.fs.discovery [s|[{"{#FSNAME}":"/","{#FSTYPE}":"rootfs"},{"{#FSNAME}":"/sys","{#FSTYPE}":"sysfs"},{"{#FSNAME}":"/proc","{#FSTYPE}":"proc"},{"{#FSNAME}":"/dev","{#FSTYPE}":"devtmpfs"},{"{#FSNAME}":"/sys/kernel/security","{#FSTYPE}":"securityfs"},{"{#FSNAME}":"/dev/shm","{#FSTYPE}":"tmpfs"},{"{#FSNAME}":"/dev/pts","{#FSTYPE}":"devpts"},{"{#FSNAME}":"/run","{#FSTYPE}":"tmpfs"},{"{#FSNAME}":"/sys/fs/cgroup","{#FSTYPE}":"tmpfs"},{"{#FSNAME}":"/sys/fs/cgroup/systemd","{#FSTYPE}":"cgroup"},{"{#FSNAME}":"/sys/fs/pstore","{#FSTYPE}":"pstore"},{"{#FSNAME}":"/sys/kernel/config","{#FSTYPE}":"configfs"},{"{#FSNAME}":"/","{#FSTYPE}":"ext4"},{"{#FSNAME}":"/proc/sys/fs/binfmt_misc","{#FSTYPE}":"autofs"},{"{#FSNAME}":"/sys/kernel/debug","{#FSTYPE}":"debugfs"},{"{#FSNAME}":"/dev/hugepages","{#FSTYPE}":"hugetlbfs"},{"{#FSNAME}":"/dev/mqueue","{#FSTYPE}":"mqueue"},{"{#FSNAME}":"/tmp","{#FSTYPE}":"tmpfs"},{"{#FSNAME}":"/boot","{#FSTYPE}":"ext4"},{"{#FSNAME}":"/backup","{#FSTYPE}":"ext4"},{"{#FSNAME |
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
root@pi4:~# iperf -c 192.168.2.199 -p 50001 | |
------------------------------------------------------------ | |
Client connecting to 192.168.2.199, TCP port 50001 | |
TCP window size: 206 KByte (default) | |
------------------------------------------------------------ | |
[ 3] local 192.168.2.109 port 34724 connected with 192.168.2.199 port 50001 | |
[ ID] Interval Transfer Bandwidth | |
[ 3] 0.0-10.0 sec 1.04 GBytes 893 Mbits/sec |
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
# ifupdown has been replaced by netplan(5) on this system. See | |
# /etc/netplan for current configuration. | |
# To re-enable ifupdown on this system, you can run: | |
# sudo apt install ifupdown | |
# | |
# | |
# The loopback network interface | |
auto lo | |
iface lo inet loopback |
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
root@vultryyz:~# cat /etc/network/interfaces | |
# ifupdown has been replaced by netplan(5) on this system. See | |
# /etc/netplan for current configuration. | |
# To re-enable ifupdown on this system, you can run: | |
# sudo apt install ifupdown | |
# | |
# | |
# The loopback network interface | |
auto lo | |
iface lo inet loopback |
NewerOlder