1 – Melakukan pengecekan type system operasi :

[root@lb-log ~]# cat /etc/*ease
CentOS Linux release 7.9.2009 (Core)
NAME="CentOS Linux"
VERSION="7 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="7"
PRETTY_NAME="CentOS Linux 7 (Core)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:7"
HOME_URL="https://www.centos.org/"
BUG_REPORT_URL="https://bugs.centos.org/"

CENTOS_MANTISBT_PROJECT="CentOS-7"
CENTOS_MANTISBT_PROJECT_VERSION="7"
REDHAT_SUPPORT_PRODUCT="centos"
REDHAT_SUPPORT_PRODUCT_VERSION="7"

CentOS Linux release 7.9.2009 (Core)
CentOS Linux release 7.9.2009 (Core)
[root@lb-log ~]#

2 – Menginstall xinetd dengan menjalankan perintah

yum install xinetd
[root@lb-log ~]# yum install xinetd
Loaded plugins: fastestmirror
Determining fastest mirrors
epel/x86_64/metalink                                                                                                                                                                                                  | 6.6 kB  00:00:00
 * base: mirror.papua.go.id
 * epel: epel.excellmedia.net
 * extras: mirror.papua.go.id
 * remi-php81: cdn.centos.no
 * remi-safe: cdn.centos.no
 * updates: mirror.papua.go.id
base                                                                                                                                                                                                                  | 3.6 kB  00:00:00
epel                                                                                                                                                                                                                  | 4.7 kB  00:00:00
extras                                                                                                                                                                                                                | 2.9 kB  00:00:00
http://yum.mariadb.org/10.8.6/centos74-amd64/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
To address this issue please refer to the below wiki article

https://wiki.centos.org/yum-errors

If above article doesn't help to resolve this issue please use https://bugs.centos.org/.

mysql-wsrep                                                                                                                                                                                                           | 2.9 kB  00:00:00
remi-php81                                                                                                                                                                                                            | 3.0 kB  00:00:00
remi-safe                                                                                                                                                                                                             | 3.0 kB  00:00:00
updates                                                                                                                                                                                                               | 2.9 kB  00:00:00
(1/6): remi-php81/primary_db                                                                                                                                                                                          | 217 kB  00:00:00
(2/6): remi-safe/primary_db                                                                                                                                                                                           | 2.4 MB  00:00:00
(3/6): epel/x86_64/updateinfo                                                                                                                                                                                         | 1.0 MB  00:00:00
(4/6): extras/7/x86_64/primary_db                                                                                                                                                                                     | 250 kB  00:00:02
(5/6): epel/x86_64/primary_db                                                                                                                                                                                         | 7.0 MB  00:00:02
(6/6): updates/7/x86_64/primary_db                                                                                                                                                                                    |  22 MB  00:00:05
Resolving Dependencies
--> Running transaction check
---> Package xinetd.x86_64 2:2.3.15-14.el7 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

=============================================================================================================================================================================================================================================
 Package                                                Arch                                                   Version                                                            Repository                                            Size
=============================================================================================================================================================================================================================================
Installing:
 xinetd                                                 x86_64                                                 2:2.3.15-14.el7                                                    base                                                 128 k

Transaction Summary
=============================================================================================================================================================================================================================================
Install  1 Package

Total download size: 128 k
Installed size: 261 k
Is this ok [y/d/N]: y
Downloading packages:
xinetd-2.3.15-14.el7.x86_64.rpm                                                                                                                                                                                       | 128 kB  00:00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Installing : 2:xinetd-2.3.15-14.el7.x86_64                                                                                                                                                                                             1/1
  Verifying  : 2:xinetd-2.3.15-14.el7.x86_64                                                                                                                                                                                             1/1

Installed:
  xinetd.x86_64 2:2.3.15-14.el7

Complete!
[root@lb-log ~]#

Pada server monitoring Check Mk, masuk ke menu setup -> pilih salah satu tipe agents (dalam tutorial ini memilih Linux)

2. Mencopy link check mk agent dari check mk server sesuai dengan type os nya :

Mendownload agent ke server yang akan di monitor dengan perintah wget

[root@lb-log ~]# wget https://monitoring.wachid.web.id/monitoring/check_mk/agents/check-mk-agent-2.1.0p12-1.noarch.rpm
Connecting to monitoring.wachid.web.id (192.168.10.15:443)
check-mk-agent-2.1.0 100% |********************************************************************************************************************************************************************************************|  4382k  0:00:00 ETA
[root@lb-esb-log ~]# ls -l
total 4456
-rw-------. 1 root root    1405 Jul 27  2021 anaconda-ks.cfg
-rw-r--r--  1 root root 4487535 Jul 29 21:11 check-mk-agent-2.1.0p12-1.noarch.rpm
[root@lb-log ~]#

Menginstall agent dengan perintah rpm -ivh diikuti dengan nama agent :

[root@lb-log ~]# rpm -ivh check-mk-agent-2.1.0p12-1.noarch.rpm
Preparing...                          ################################# [100%]
Updating / installing...
   1:check-mk-agent-2.1.0p12-1        ################################# [100%]

The Checkmk agent may require features that are either buggy,
or not even supported in systemd versions prior to 220.
We recommend using xinetd on such old systems.
Deployed xinetd
Creating/updating cmk-agent user account ...

WARNING: The agent controller is operating in an insecure mode! To secure the connection run `cmk-agent-ctl register`.

Deactivating systemd unit 'check-mk-agent-async.service' (if active)...
Deactivating systemd unit 'check-mk-agent.socket' (if active)...
Deactivating systemd unit 'cmk-agent-ctl-daemon.service' (if active)...
Activating start script of xinetd
Note: Forwarding request to 'systemctl enable xinetd.service'.
Starting xinetd
Redirecting to /bin/systemctl start xinetd.service
[root@lb-log ~]#

Melakukan testing agent dengan melakukan telnet localhost di port 6556

[root@lb-log ~]# telnet localhost 6556
<<<check_mk>>>
Version: 2.1.0p12
AgentOS: linux
Hostname: lb-log
AgentDirectory: /etc/check_mk
DataDirectory: /var/lib/check_mk_agent
SpoolDirectory: /var/lib/check_mk_agent/spool
PluginsDirectory: /usr/lib/check_mk_agent/plugins
LocalDirectory: /usr/lib/check_mk_agent/local
FailedPythonReason:
SSHClient:
<<<cmk_agent_ctl_status:sep(0)>>>
{"version":"2.1.0p12","agent_socket_operational":false,"ip_allowlist":[],"allow_legacy_pull":true,"connections":[]}
<<<checkmk_agent_plugins_lnx:sep(0)>>>
pluginsdir /usr/lib/check_mk_agent/plugins
localdir /usr/lib/check_mk_agent/local
<<<labels:sep(0)>>>
{"cmk/device_type":"vm"}
<<<df>>>
tmpfs                tmpfs     8132756        0   8132756       0% /dev/shm
tmpfs                tmpfs     8132756   728592   7404164       9% /run
tmpfs                tmpfs     8132756        0   8132756       0% /sys/fs/cgroup
/dev/mapper/cl-root  xfs      52403200 10518916  41884284      21% /
/dev/vda1            xfs       1038336   228096    810240      22% /boot
/dev/mapper/cl-mysql xfs     147899844   708344 147191500       1% /var/lib/mysql
tmpfs                tmpfs     1626552        0   1626552       0% /run/user/0
<<<df>>>
[df_inodes_start]
tmpfs                tmpfs  2033189     1  2033188    1% /dev/shm
tmpfs                tmpfs  2033189   502  2032687    1% /run
tmpfs                tmpfs  2033189    16  2033173    1% /sys/fs/cgroup
/dev/mapper/cl-root  xfs   26214400 82020 26132380    1% /
/dev/vda1            xfs     524288   341   523947    1% /boot
/dev/mapper/cl-mysql xfs   73986048   114 73985934    1% /var/lib/mysql
tmpfs                tmpfs  2033189     1  2033188    1% /run/user/0
[df_inodes_end]
[df_lsblk_start]
[df_lsblk_end]
<<<systemd_units>>>
[list-unit-files]
UNIT FILE STATE
proc-sys-fs-binfmt_misc.automount static
dev-hugepages.mount static
dev-mqueue.mount static
proc-sys-fs-binfmt_misc.mount static
run-vmblock\x2dfuse.mount disabled
sys-fs-fuse-connections.mount static
sys-kernel-config.mount static
sys-kernel-debug.mount static
tmp.mount disabled
brandbot.path enabled
systemd-ask-password-console.path static
systemd-ask-password-plymouth.path static
systemd-ask-password-wall.path static
session-281.scope static
session-282.scope static
arp-ethers.service disabled
auditd.service enabled
[email protected] enabled
blk-availability.service disabled
brandbot.service static
[email protected] static
chrony-wait.service disabled
chronyd.service enabled
console-getty.service disabled
console-shell.service disabled
[email protected] static
cpupower.service disabled
crond.service enabled
dbus-org.freedesktop.hostname1.service static
dbus-org.freedesktop.import1.service static
dbus-org.freedesktop.locale1.service static
dbus-org.freedesktop.login1.service static
dbus-org.freedesktop.machine1.service static
dbus-org.freedesktop.NetworkManager.service enabled
dbus-org.freedesktop.nm-dispatcher.service enabled
dbus-org.freedesktop.timedate1.service static
dbus.service static
debug-shell.service disabled
dm-event.service static
dnsmasq.service disabled
dracut-cmdline.service static
dracut-initqueue.service static
dracut-mount.service static
dracut-pre-mount.service static
dracut-pre-pivot.service static
dracut-pre-trigger.service static
dracut-pre-udev.service static
dracut-shutdown.service static
ebtables.service disabled
emergency.service static
firewalld.service disabled
fstrim.service static
garb.service disabled
[email protected] enabled
halt-local.service static
haproxy.service disabled
htcacheclean.service static
httpd.service disabled
initrd-cleanup.service static
initrd-parse-etc.service static
initrd-switch-root.service static
initrd-udevadm-cleanup-db.service static
iprdump.service disabled
iprinit.service disabled
iprupdate.service disabled
irqbalance.service disabled
kdump.service enabled
kmod-static-nodes.service static
lvm2-lvmetad.service static
lvm2-lvmpolld.service static
lvm2-monitor.service enabled
[email protected] static
messagebus.service static
microcode.service enabled
mysqld.service enabled
[email protected] disabled
NetworkManager-dispatcher.service enabled
NetworkManager-wait-online.service enabled
NetworkManager.service enabled
php-fpm.service disabled
plymouth-halt.service disabled
plymouth-kexec.service disabled
plymouth-poweroff.service disabled
plymouth-quit-wait.service disabled
plymouth-quit.service disabled
plymouth-read-write.service disabled
plymouth-reboot.service disabled
plymouth-start.service disabled
plymouth-switch-root.service static
polkit.service static
quotaon.service static
rc-local.service static
rdisc.service disabled
[email protected] static
rdma-ndd.service static
rdma.service disabled
rescue.service static
rhel-autorelabel-mark.service enabled
rhel-autorelabel.service enabled
rhel-configure.service enabled
rhel-dmesg.service enabled
rhel-domainname.service enabled
rhel-import-state.service enabled
rhel-loadmodules.service enabled
rhel-readonly.service enabled
rsyncd.service disabled
[email protected] static
rsyslog.service enabled
SangforVMSTool.service enabled
[email protected] static
[email protected] disabled
sshd-keygen.service static
sshd.service enabled
[email protected] static
systemd-ask-password-console.service static
systemd-ask-password-plymouth.service static
systemd-ask-password-wall.service static
[email protected] static
systemd-binfmt.service static
systemd-bootchart.service disabled
systemd-firstboot.service static
systemd-fsck-root.service static
[email protected] static
systemd-halt.service static
[email protected] static
systemd-hibernate.service static
systemd-hostnamed.service static
systemd-hwdb-update.service static
systemd-hybrid-sleep.service static
systemd-importd.service static
systemd-initctl.service static
systemd-journal-catalog-update.service static
systemd-journal-flush.service static
systemd-journald.service static
systemd-kexec.service static
systemd-localed.service static
systemd-logind.service static
systemd-machine-id-commit.service static
systemd-machined.service static
systemd-modules-load.service static
[email protected] disabled
systemd-poweroff.service static
systemd-quotacheck.service static
systemd-random-seed.service static
systemd-readahead-collect.service enabled
systemd-readahead-done.service indirect
systemd-readahead-drop.service enabled
systemd-readahead-replay.service enabled
systemd-reboot.service static
systemd-remount-fs.service static
[email protected] static
systemd-shutdownd.service static
systemd-suspend.service static
systemd-sysctl.service static
systemd-timedated.service static
systemd-tmpfiles-clean.service static
systemd-tmpfiles-setup-dev.service static
systemd-tmpfiles-setup.service static
systemd-udev-settle.service static
systemd-udev-trigger.service static
systemd-udevd.service static
systemd-update-done.service static
systemd-update-utmp-runlevel.service static
systemd-update-utmp.service static
systemd-user-sessions.service static
systemd-vconsole-setup.service static
tcsd.service disabled
[email protected] static
tuned.service enabled
vgauthd.service enabled
vmtoolsd.service enabled
wpa_supplicant.service disabled
xinetd.service enabled
-.slice static
machine.slice static
system.slice static
user-0.slice static
user.slice static
dbus.socket static
dm-event.socket enabled
lvm2-lvmetad.socket enabled
lvm2-lvmpolld.socket enabled
rsyncd.socket disabled
sshd.socket disabled
syslog.socket static
systemd-initctl.socket static
systemd-journald.socket static
systemd-shutdownd.socket static
systemd-udevd-control.socket static
systemd-udevd-kernel.socket static
basic.target static
bluetooth.target static
cryptsetup-pre.target static
cryptsetup.target static
ctrl-alt-del.target disabled
default.target enabled
emergency.target static
final.target static
getty-pre.target static
getty.target static
graphical.target static
halt.target disabled
hibernate.target static
hybrid-sleep.target static
initrd-fs.target static
initrd-root-fs.target static
initrd-switch-root.target static
initrd.target static
iprutils.target disabled
kexec.target disabled
local-fs-pre.target static
local-fs.target static
machines.target disabled
multi-user.target enabled
network-online.target static
network-pre.target static
network.target static
nss-lookup.target static
nss-user-lookup.target static
paths.target static
poweroff.target disabled
printer.target static
rdma-hw.target static
reboot.target disabled
remote-cryptsetup.target disabled
remote-fs-pre.target static
remote-fs.target enabled
rescue.target disabled
rpcbind.target static
runlevel0.target disabled
runlevel1.target disabled
runlevel2.target enabled
runlevel3.target enabled
runlevel4.target enabled
runlevel5.target static
runlevel6.target disabled
shutdown.target static
sigpwr.target static
sleep.target static
slices.target static
smartcard.target static
sockets.target static
sound.target static
suspend.target static
swap.target static
sysinit.target static
system-update.target static
time-sync.target static
timers.target static
umount.target static
[email protected] disabled
fstrim.timer disabled
systemd-readahead-done.timer indirect
systemd-tmpfiles-clean.timer static

254 unit files listed.
[status]
* lb-log
 State: running
 Jobs: 1 queued
 Failed: 0 units
 Since: Wed 2023-07-19 01:11:13 WIB; 1 weeks 3 days ago
 CGroup: /
 |-1 /usr/lib/systemd/systemd --switched-root --system --deserialize 22
 |-user.slice
 | `-user-0.slice
 | |-session-282.scope
 | | |-11646 sshd: root@pts/1
 | | `-18221 -bash
 | `-session-281.scope
 | |-12892 telnet localhost 6556
 | |-13279 sshd: root@pts/0
 | `-20376 -bash
 `-system.slice
 |-mysqld.service
 | `-control
 | |-12177 /bin/bash /usr/bin/mysqld_pre_systemd --pre
 | |-12889 /bin/bash /usr/bin/mysqld_pre_systemd --pre
 | |-12890 grep WSREP /var/log/mysqld.log
 | `-12891 grep skipping position recovery
 |-xinetd.service
 | |- 7425 /usr/sbin/xinetd -stayalive -pidfile /var/run/xinetd.pid
 | |-12893 /bin/bash /usr/bin/check_mk_agent
 | |-12913 /bin/bash /usr/bin/check_mk_agent
 | |-12914 /bin/bash /usr/bin/check_mk_agent
 | |-12915 cat
 | |-12937 systemctl status --all --type service --no-pager --lines 0
 | `-12938 tr -s
 |-run-user-0.mount
 |-haproxy.service
 | |-1192 /usr/sbin/haproxy-systemd-wrapper -f /etc/haproxy/haproxy.cfg -p /run/haproxy.pid
 | |-1193 /usr/sbin/haproxy -f /etc/haproxy/haproxy.cfg -p /run/haproxy.pid -Ds
 | `-1194 /usr/sbin/haproxy -f /etc/haproxy/haproxy.cfg -p /run/haproxy.pid -Ds
 |-kdump.service
 |-network.service
 |-rsyslog.service
 | `-937 /usr/sbin/rsyslogd -n
 |-sshd.service
 | `-935 /usr/sbin/sshd -D
 |-tuned.service
 | `-934 /usr/bin/python2 -Es /usr/sbin/tuned -l -P
 |-SangforVMSTool.service
 | |- 1027 /usr/local/VMOptimizationTools/G2HProxy
 | |- 1029 /usr/local/VMOptimizationTools/VMToolsAgentAPI
 | |- 1030 /bin/bash /usr/local/VMOptimizationTools/sangfor_module_update
 | |- 1032 /bin/bash /usr/local/VMOptimizationTools/sangfor_guest_datareport
 | |- 1033 /bin/bash /usr/local/VMOptimizationTools/sangfor_sfping
 | |- 1034 /bin/bash /usr/local/VMOptimizationTools/sangfor_heartalive.sh
 | |- 1035 /bin/bash /usr/local/VMOptimizationTools/sangfor_vmconfig
 | |- 1130 /bin/bash /usr/local/VMOptimizationTools/sangfor_heartalive.sh
 | |- 1959 /bin/bash /usr/local/VMOptimizationTools/sangfor_watchdog
 | |- 2341 /bin/bash /usr/local/VMOptimizationTools/sangfor_update_ipc_callback
 | |- 2762 /bin/bash /usr/local/VMOptimizationTools/sangfor_vmconfig_ipc_callback
 | |-11288 sleep 20
 | |-11534 sleep 10
 | |-12120 sleep 5
 | |-12878 sleep 5
 | |-12887 sleep 1
 | |-12888 sleep 1
 | |-12922 sleep 1
 | `-12928 sleep 1
 |-NetworkManager-wait-online.service
 |-rhel-dmesg.service
 |-systemd-user-sessions.service
 |-crond.service
 | `-696 /usr/sbin/crond -n
 |-systemd-update-utmp.service
 |-systemd-logind.service
 | `-694 /usr/lib/systemd/systemd-logind
 |-chronyd.service
 | `-703 /usr/sbin/chronyd
 |-NetworkManager.service
 | `-687 /usr/sbin/NetworkManager --no-daemon
 |-dbus.service
 | `-685 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
 |-polkit.service
 | `-683 /usr/lib/polkit-1/polkitd --no-debug
 |-systemd-tmpfiles-setup.service
 |-auditd.service
 | `-662 /sbin/auditd
 |-rhel-import-state.service
 |-var-lib-mysql.mount
 |-dev-disk-by\x2duuid-4e2afceb\x2d6883\x2d40aa\x2d8b59\x2d633f63eda7a8.swap
 |-dev-dm\x2d1.swap
 |-dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dv8U1oHQ9X7CCHCfdt6EO2JZm56Cg8t9rV9Qh5R0uvS5qSaFvo4RT4hvjds3xub7j.swap
 |-dev-cl-swap.swap
 |-lvm2-monitor.service
 |-dev-disk-by\x2did-dm\x2dname\x2dcl\x2dswap.swap
 |-boot.mount
 |-dev-mapper-cl\x2dswap.swap
 |-systemd-random-seed.service
 |-system-lvm2\x2dpvscan.slice
 |-systemd-udev-trigger.service
 |-rhel-readonly.service
 |-systemd-tmpfiles-setup-dev.service
 |-systemd-journal-flush.service
 |-lvm2-lvmetad.service
 | `-551 /usr/sbin/lvmetad -f
 |-systemd-udevd.service
 | `-549 /usr/lib/systemd/systemd-udevd
 |-systemd-sysctl.service
 |-rhel-domainname.service
 |-systemd-modules-load.service
 |-systemd-remount-fs.service
 |-sys-fs-fuse-connections.mount
 |-kmod-static-nodes.service
 |-sys-kernel-debug.mount
 |-dev-hugepages.mount
 |-system-getty.slice
 | `[email protected]
 | `-708 /sbin/agetty --noclear tty1 linux
 |-dev-mqueue.mount
 |-system-selinux\x2dpolicy\x2dmigrate\x2dlocal\x2dchanges.slice
 |-systemd-journald.service
 | `-518 /usr/lib/systemd/systemd-journald
 |-sys-kernel-config.mount
 |-systemd-vconsole-setup.service
 `--.mount

* auditd.service - Security Auditing Service
 Loaded: loaded (/usr/lib/systemd/system/auditd.service; enabled; vendor preset: enabled)
 Active: active (running) since Wed 2023-07-19 01:11:15 WIB; 1 weeks 3 days ago
 Docs: man:auditd(8)
 https://github.com/linux-audit/audit-documentation
 Main PID: 662 (auditd)
 CGroup: /system.slice/auditd.service
 `-662 /sbin/auditd

* brandbot.service - Flexible Branding Service
 Loaded: loaded (/usr/lib/systemd/system/brandbot.service; static; vendor preset: disabled)
 Active: inactive (dead)

* chronyd.service - NTP client/server
 Loaded: loaded (/usr/lib/systemd/system/chronyd.service; enabled; vendor preset: enabled)
 Active: active (running) since Wed 2023-07-19 01:11:15 WIB; 1 weeks 3 days ago
 Docs: man:chronyd(8)
 man:chrony.conf(5)
 Main PID: 703 (chronyd)
 CGroup: /system.slice/chronyd.service
 `-703 /usr/sbin/chronyd

* cpupower.service - Configure CPU power related settings
 Loaded: loaded (/usr/lib/systemd/system/cpupower.service; disabled; vendor preset: disabled)
 Active: inactive (dead)

* crond.service - Command Scheduler
 Loaded: loaded (/usr/lib/systemd/system/crond.service; enabled; vendor preset: enabled)
 Active: active (running) since Wed 2023-07-19 01:11:15 WIB; 1 weeks 3 days ago
 Main PID: 696 (crond)
 CGroup: /system.slice/crond.service
 `-696 /usr/sbin/crond -n

* dbus.service - D-Bus System Message Bus
 Loaded: loaded (/usr/lib/systemd/system/dbus.service; static; vendor preset: disabled)
 Active: active (running) since Wed 2023-07-19 01:11:15 WIB; 1 weeks 3 days ago
 Docs: man:dbus-daemon(1)
 Main PID: 685 (dbus-daemon)
 CGroup: /system.slice/dbus.service
 `-685 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation

* dm-event.service - Device-mapper event daemon
 Loaded: loaded (/usr/lib/systemd/system/dm-event.service; static; vendor preset: enabled)
 Active: inactive (dead)
 Docs: man:dmeventd(8)

* dracut-cmdline.service - dracut cmdline hook
 Loaded: loaded (/usr/lib/systemd/system/../../dracut/modules.d/98systemd/dracut-cmdline.service; static; vendor preset: disabled)
 Active: inactive (dead) since Wed 2023-07-19 01:11:13 WIB; 1 weeks 3 days ago
 Docs: man:dracut-cmdline.service(8)
 Main PID: 128 (code=exited, status=0/SUCCESS)

* dracut-initqueue.service - dracut initqueue hook
 Loaded: loaded (/usr/lib/systemd/system/../../dracut/modules.d/98systemd/dracut-initqueue.service; static; vendor preset: disabled)
 Active: inactive (dead) since Wed 2023-07-19 01:11:13 WIB; 1 weeks 3 days ago
 Docs: man:dracut-initqueue.service(8)
 Main PID: 302 (code=exited, status=0/SUCCESS)

* dracut-mount.service - dracut mount hook
 Loaded: loaded (/usr/lib/systemd/system/../../dracut/modules.d/98systemd/dracut-mount.service; static; vendor preset: disabled)
 Active: inactive (dead)
Condition: start condition failed at Wed 2023-07-19 01:11:13 WIB; 1 weeks 3 days ago
 Docs: man:dracut-mount.service(8)

* dracut-pre-mount.service - dracut pre-mount hook
 Loaded: loaded (/usr/lib/systemd/system/../../dracut/modules.d/98systemd/dracut-pre-mount.service; static; vendor preset: disabled)
 Active: inactive (dead)
Condition: start condition failed at Wed 2023-07-19 01:11:13 WIB; 1 weeks 3 days ago
 Docs: man:dracut-pre-mount.service(8)

* dracut-pre-pivot.service - dracut pre-pivot and cleanup hook
 Loaded: loaded (/usr/lib/systemd/system/../../dracut/modules.d/98systemd/dracut-pre-pivot.service; static; vendor preset: disabled)
 Active: inactive (dead) since Wed 2023-07-19 01:11:13 WIB; 1 weeks 3 days ago
 Docs: man:dracut-pre-pivot.service(8)
 Main PID: 471 (code=exited, status=0/SUCCESS)

* dracut-pre-trigger.service - dracut pre-trigger hook
 Loaded: loaded (/usr/lib/systemd/system/../../dracut/modules.d/98systemd/dracut-pre-trigger.service; static; vendor preset: disabled)
 Active: inactive (dead)
Condition: start condition failed at Wed 2023-07-19 01:11:12 WIB; 1 weeks 3 days ago
 Docs: man:dracut-pre-trigger.service(8)

* dracut-pre-udev.service - dracut pre-udev hook
 Loaded: loaded (/usr/lib/systemd/system/../../dracut/modules.d/98systemd/dracut-pre-udev.service; static; vendor preset: disabled)
 Active: inactive (dead) since Wed 2023-07-19 01:11:13 WIB; 1 weeks 3 days ago
 Docs: man:dracut-pre-udev.service(8)
 Main PID: 250 (code=exited, status=0/SUCCESS)

* dracut-shutdown.service - Restore /run/initramfs
 Loaded: loaded (/usr/lib/systemd/system/../../dracut/modules.d/98systemd/dracut-shutdown.service; static; vendor preset: disabled)
 Active: inactive (dead)
 Docs: man:dracut-shutdown.service(8)

* emergency.service - Emergency Shell
 Loaded: loaded (/usr/lib/systemd/system/emergency.service; static; vendor preset: disabled)
 Active: inactive (dead)
 Docs: man:sulogin(8)

* [email protected] - Getty on tty1
 Loaded: loaded (/usr/lib/systemd/system/[email protected]; enabled; vendor preset: enabled)
 Active: active (running) since Wed 2023-07-19 01:11:15 WIB; 1 weeks 3 days ago
 Docs: man:agetty(8)
 man:systemd-getty-generator(8)
 http://0pointer.de/blog/projects/serial-console.html
 Main PID: 708 (agetty)
 CGroup: /system.slice/system-getty.slice/[email protected]
 `-708 /sbin/agetty --noclear tty1 linux

* haproxy.service - HAProxy Load Balancer
 Loaded: loaded (/usr/lib/systemd/system/haproxy.service; disabled; vendor preset: disabled)
 Active: active (running) since Fri 2023-07-21 23:44:29 WIB; 1 weeks 0 days ago
 Main PID: 1192 (haproxy-systemd)
 CGroup: /system.slice/haproxy.service
 |-1192 /usr/sbin/haproxy-systemd-wrapper -f /etc/haproxy/haproxy.cfg -p /run/haproxy.pid
 |-1193 /usr/sbin/haproxy -f /etc/haproxy/haproxy.cfg -p /run/haproxy.pid -Ds
 `-1194 /usr/sbin/haproxy -f /etc/haproxy/haproxy.cfg -p /run/haproxy.pid -Ds

* initrd-cleanup.service - Cleaning Up and Shutting Down Daemons
 Loaded: loaded (/usr/lib/systemd/system/initrd-cleanup.service; static; vendor preset: disabled)
 Active: inactive (dead) since Wed 2023-07-19 01:11:13 WIB; 1 weeks 3 days ago
 Main PID: 495 (code=exited, status=0/SUCCESS)

* initrd-parse-etc.service - Reload Configuration from the Real Root
 Loaded: loaded (/usr/lib/systemd/system/initrd-parse-etc.service; static; vendor preset: disabled)
 Active: inactive (dead) since Wed 2023-07-19 01:11:13 WIB; 1 weeks 3 days ago
 Main PID: 469 (code=exited, status=0/SUCCESS)

* initrd-switch-root.service - Switch Root
 Loaded: loaded (/usr/lib/systemd/system/initrd-switch-root.service; static; vendor preset: disabled)
 Active: inactive (dead) since Wed 2023-07-19 01:11:13 WIB; 1 weeks 3 days ago
 Main PID: 502 (code=exited, status=0/SUCCESS)

* initrd-udevadm-cleanup-db.service - Cleanup udevd DB
 Loaded: loaded (/usr/lib/systemd/system/initrd-udevadm-cleanup-db.service; static; vendor preset: disabled)
 Active: inactive (dead) since Wed 2023-07-19 01:11:13 WIB; 1 weeks 3 days ago
 Main PID: 499 (code=exited, status=0/SUCCESS)

* kdump.service - Crash recovery kernel arming
 Loaded: loaded (/usr/lib/systemd/system/kdump.service; enabled; vendor preset: enabled)
 Active: active (exited) since Wed 2023-07-19 01:11:17 WIB; 1 weeks 3 days ago
 Main PID: 938 (code=exited, status=0/SUCCESS)
 CGroup: /system.slice/kdump.service

* kmod-static-nodes.service - Create list of required static device nodes for the current kernel
 Loaded: loaded (/usr/lib/systemd/system/kmod-static-nodes.service; static; vendor preset: disabled)
 Active: active (exited) since Wed 2023-07-19 01:11:13 WIB; 1 weeks 3 days ago
 Main PID: 522 (code=exited, status=0/SUCCESS)
 CGroup: /system.slice/kmod-static-nodes.service

* lvm2-lvmetad.service - LVM2 metadata daemon
 Loaded: loaded (/usr/lib/systemd/system/lvm2-lvmetad.service; static; vendor preset: enabled)
 Active: active (running) since Wed 2023-07-19 01:11:13 WIB; 1 weeks 3 days ago
 Docs: man:lvmetad(8)
 Main PID: 551 (lvmetad)
 CGroup: /system.slice/lvm2-lvmetad.service
 `-551 /usr/sbin/lvmetad -f

* lvm2-lvmpolld.service - LVM2 poll daemon
 Loaded: loaded (/usr/lib/systemd/system/lvm2-lvmpolld.service; static; vendor preset: disabled)
 Active: inactive (dead)
 Docs: man:lvmpolld(8)

* lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling
 Loaded: loaded (/usr/lib/systemd/system/lvm2-monitor.service; enabled; vendor preset: enabled)
 Active: active (exited) since Wed 2023-07-19 01:11:13 WIB; 1 weeks 3 days ago
 Docs: man:dmeventd(8)
 man:lvcreate(8)
 man:lvchange(8)
 man:vgchange(8)
 Main PID: 527 (code=exited, status=0/SUCCESS)
 CGroup: /system.slice/lvm2-monitor.service

* lvm2-pvscan@252:2.service - LVM2 PV scan on device 252:2
 Loaded: loaded (/usr/lib/systemd/system/[email protected]; static; vendor preset: disabled)
 Active: active (exited) since Wed 2023-07-19 01:11:15 WIB; 1 weeks 3 days ago
 Docs: man:pvscan(8)
 Main PID: 608 (code=exited, status=0/SUCCESS)

* microcode.service - Load CPU microcode update
 Loaded: loaded (/usr/lib/systemd/system/microcode.service; enabled; vendor preset: enabled)
 Active: inactive (dead)
Condition: start condition failed at Wed 2023-07-19 01:11:15 WIB; 1 weeks 3 days ago

* mysqld.service - MySQL Server
 Loaded: loaded (/usr/lib/systemd/system/mysqld.service; enabled; vendor preset: disabled)
 Active: activating (start-pre) since Sat 2023-07-29 21:12:44 WIB; 3s ago
 Docs: man:mysqld(8)
 http://dev.mysql.com/doc/refman/en/using-systemd.html
 Control: 12177 (mysqld_pre_syst)
 CGroup: /system.slice/mysqld.service
 `-control
 |-12177 /bin/bash /usr/bin/mysqld_pre_systemd --pre
 |-12889 /bin/bash /usr/bin/mysqld_pre_systemd --pre
 |-12890 grep WSREP /var/log/mysqld.log
 `-12891 grep skipping position recovery

* network.service - LSB: Bring up/down networking
 Loaded: loaded (/etc/rc.d/init.d/network; bad; vendor preset: disabled)
 Active: active (exited) since Wed 2023-07-19 01:11:15 WIB; 1 weeks 3 days ago
 Docs: man:systemd-sysv-generator(8)

* NetworkManager-wait-online.service - Network Manager Wait Online
 Loaded: loaded (/usr/lib/systemd/system/NetworkManager-wait-online.service; enabled; vendor preset: enabled)
 Active: active (exited) since Wed 2023-07-19 01:11:15 WIB; 1 weeks 3 days ago
 Docs: man:nm-online(1)
 Main PID: 718 (code=exited, status=0/SUCCESS)
 CGroup: /system.slice/NetworkManager-wait-online.service

* NetworkManager.service - Network Manager
 Loaded: loaded (/usr/lib/systemd/system/NetworkManager.service; enabled; vendor preset: enabled)
 Active: active (running) since Wed 2023-07-19 01:11:15 WIB; 1 weeks 3 days ago
 Docs: man:NetworkManager(8)
 Main PID: 687 (NetworkManager)
 CGroup: /system.slice/NetworkManager.service
 `-687 /usr/sbin/NetworkManager --no-daemon

* plymouth-quit-wait.service - Wait for Plymouth Boot Screen to Quit
 Loaded: loaded (/usr/lib/systemd/system/plymouth-quit-wait.service; disabled; vendor preset: disabled)
 Active: inactive (dead) since Wed 2023-07-19 01:11:15 WIB; 1 weeks 3 days ago
 Main PID: 697 (code=exited, status=0/SUCCESS)

* plymouth-quit.service - Terminate Plymouth Boot Screen
 Loaded: loaded (/usr/lib/systemd/system/plymouth-quit.service; disabled; vendor preset: disabled)
 Active: inactive (dead) since Wed 2023-07-19 01:11:15 WIB; 1 weeks 3 days ago
 Main PID: 698 (code=exited, status=0/SUCCESS)

* plymouth-read-write.service - Tell Plymouth To Write Out Runtime Data
 Loaded: loaded (/usr/lib/systemd/system/plymouth-read-write.service; disabled; vendor preset: disabled)
 Active: inactive (dead) since Wed 2023-07-19 01:11:15 WIB; 1 weeks 3 days ago
 Main PID: 647 (code=exited, status=0/SUCCESS)

* plymouth-start.service - Show Plymouth Boot Screen
 Loaded: loaded (/usr/lib/systemd/system/plymouth-start.service; disabled; vendor preset: disabled)
 Active: inactive (dead) since Wed 2023-07-19 01:11:15 WIB; 1 weeks 3 days ago
 Main PID: 303 (code=exited, status=0/SUCCESS)

* plymouth-switch-root.service - Plymouth switch root service
 Loaded: loaded (/usr/lib/systemd/system/plymouth-switch-root.service; static; vendor preset: disabled)
 Active: inactive (dead) since Wed 2023-07-19 01:11:13 WIB; 1 weeks 3 days ago
 Main PID: 496 (code=exited, status=0/SUCCESS)

* polkit.service - Authorization Manager
 Loaded: loaded (/usr/lib/systemd/system/polkit.service; static; vendor preset: enabled)
 Active: active (running) since Wed 2023-07-19 01:11:15 WIB; 1 weeks 3 days ago
 Docs: man:polkit(8)
 Main PID: 683 (polkitd)
 CGroup: /system.slice/polkit.service
 `-683 /usr/lib/polkit-1/polkitd --no-debug

* rc-local.service - /etc/rc.d/rc.local Compatibility
 Loaded: loaded (/usr/lib/systemd/system/rc-local.service; static; vendor preset: disabled)
 Active: inactive (dead)

* rescue.service - Rescue Shell
 Loaded: loaded (/usr/lib/systemd/system/rescue.service; static; vendor preset: disabled)
 Active: inactive (dead)
 Docs: man:sulogin(8)

* rhel-autorelabel-mark.service - Mark the need to relabel after reboot
 Loaded: loaded (/usr/lib/systemd/system/rhel-autorelabel-mark.service; enabled; vendor preset: enabled)
 Active: inactive (dead)
Condition: start condition failed at Wed 2023-07-19 01:11:15 WIB; 1 weeks 3 days ago

* rhel-autorelabel.service - Relabel all filesystems, if necessary
 Loaded: loaded (/usr/lib/systemd/system/rhel-autorelabel.service; enabled; vendor preset: enabled)
 Active: inactive (dead)
Condition: start condition failed at Wed 2023-07-19 01:11:15 WIB; 1 weeks 3 days ago

* rhel-configure.service - Reconfigure the system on administrator request
 Loaded: loaded (/usr/lib/systemd/system/rhel-configure.service; enabled; vendor preset: enabled)
 Active: inactive (dead)
Condition: start condition failed at Wed 2023-07-19 01:11:15 WIB; 1 weeks 3 days ago

* rhel-dmesg.service - Dump dmesg to /var/log/dmesg
 Loaded: loaded (/usr/lib/systemd/system/rhel-dmesg.service; enabled; vendor preset: enabled)
 Active: active (exited) since Wed 2023-07-19 01:11:15 WIB; 1 weeks 3 days ago
 Main PID: 688 (code=exited, status=0/SUCCESS)
 CGroup: /system.slice/rhel-dmesg.service

* rhel-domainname.service - Read and set NIS domainname from /etc/sysconfig/network
 Loaded: loaded (/usr/lib/systemd/system/rhel-domainname.service; enabled; vendor preset: enabled)
 Active: active (exited) since Wed 2023-07-19 01:11:13 WIB; 1 weeks 3 days ago
 Main PID: 520 (code=exited, status=0/SUCCESS)
 CGroup: /system.slice/rhel-domainname.service

* rhel-import-state.service - Import network configuration from initramfs
 Loaded: loaded (/usr/lib/systemd/system/rhel-import-state.service; enabled; vendor preset: enabled)
 Active: active (exited) since Wed 2023-07-19 01:11:15 WIB; 1 weeks 3 days ago
 Main PID: 648 (code=exited, status=0/SUCCESS)
 CGroup: /system.slice/rhel-import-state.service

* rhel-loadmodules.service - Load legacy module configuration
 Loaded: loaded (/usr/lib/systemd/system/rhel-loadmodules.service; enabled; vendor preset: enabled)
 Active: inactive (dead)
Condition: start condition failed at Wed 2023-07-19 01:11:13 WIB; 1 weeks 3 days ago

* rhel-readonly.service - Configure read-only root support
 Loaded: loaded (/usr/lib/systemd/system/rhel-readonly.service; enabled; vendor preset: enabled)
 Active: active (exited) since Wed 2023-07-19 01:11:13 WIB; 1 weeks 3 days ago
 Main PID: 542 (code=exited, status=0/SUCCESS)
 CGroup: /system.slice/rhel-readonly.service

* rsyslog.service - System Logging Service
 Loaded: loaded (/usr/lib/systemd/system/rsyslog.service; enabled; vendor preset: enabled)
 Active: active (running) since Wed 2023-07-19 01:11:15 WIB; 1 weeks 3 days ago
 Docs: man:rsyslogd(8)
 http://www.rsyslog.com/doc/
 Main PID: 937 (rsyslogd)
 CGroup: /system.slice/rsyslog.service
 `-937 /usr/sbin/rsyslogd -n

* SangforVMSTool.service - A fast tool for system
 Loaded: loaded (/usr/lib/systemd/system/SangforVMSTool.service; enabled; vendor preset: disabled)
 Active: active (exited) since Wed 2023-07-19 01:11:15 WIB; 1 weeks 3 days ago
 Main PID: 933 (code=exited, status=0/SUCCESS)
 CGroup: /system.slice/SangforVMSTool.service
 |- 1027 /usr/local/VMOptimizationTools/G2HProxy
 |- 1029 /usr/local/VMOptimizationTools/VMToolsAgentAPI
 |- 1030 /bin/bash /usr/local/VMOptimizationTools/sangfor_module_update
 |- 1032 /bin/bash /usr/local/VMOptimizationTools/sangfor_guest_datareport
 |- 1033 /bin/bash /usr/local/VMOptimizationTools/sangfor_sfping
 |- 1034 /bin/bash /usr/local/VMOptimizationTools/sangfor_heartalive.sh
 |- 1035 /bin/bash /usr/local/VMOptimizationTools/sangfor_vmconfig
 |- 1130 /bin/bash /usr/local/VMOptimizationTools/sangfor_heartalive.sh
 |- 1959 /bin/bash /usr/local/VMOptimizationTools/sangfor_watchdog
 |- 2341 /bin/bash /usr/local/VMOptimizationTools/sangfor_update_ipc_callback
 |- 2762 /bin/bash /usr/local/VMOptimizationTools/sangfor_vmconfig_ipc_callback
 |-11288 sleep 20
 |-11534 sleep 10
 |-12120 sleep 5
 |-12878 sleep 5
 |-12887 sleep 1
 |-12888 sleep 1
 |-12922 sleep 1
 `-12928 sleep 1

* [email protected] - Migrate local SELinux policy changes from the old store structure to the new structure
 Loaded: loaded (/usr/lib/systemd/system/basic.target.wants/../[email protected]; static; vendor preset: disabled)
 Active: inactive (dead)
Condition: start condition failed at Wed 2023-07-19 01:11:15 WIB; 1 weeks 3 days ago

* sshd-keygen.service - OpenSSH Server Key Generation
 Loaded: loaded (/usr/lib/systemd/system/sshd-keygen.service; static; vendor preset: disabled)
 Active: inactive (dead)
Condition: start condition failed at Wed 2023-07-19 01:11:15 WIB; 1 weeks 3 days ago

* sshd.service - OpenSSH server daemon
 Loaded: loaded (/usr/lib/systemd/system/sshd.service; enabled; vendor preset: enabled)
 Active: active (running) since Wed 2023-07-19 01:11:15 WIB; 1 weeks 3 days ago
 Docs: man:sshd(8)
 man:sshd_config(5)
 Main PID: 935 (sshd)
 CGroup: /system.slice/sshd.service
 `-935 /usr/sbin/sshd -D

* systemd-ask-password-console.service - Dispatch Password Requests to Console
 Loaded: loaded (/usr/lib/systemd/system/systemd-ask-password-console.service; static; vendor preset: disabled)
 Active: inactive (dead)
 Docs: man:systemd-ask-password-console.service(8)

* systemd-ask-password-plymouth.service - Forward Password Requests to Plymouth
 Loaded: loaded (/usr/lib/systemd/system/systemd-ask-password-plymouth.service; static; vendor preset: disabled)
 Active: inactive (dead)
 Docs: http://www.freedesktop.org/wiki/Software/systemd/PasswordAgents

* systemd-ask-password-wall.service - Forward Password Requests to Wall
 Loaded: loaded (/usr/lib/systemd/system/systemd-ask-password-wall.service; static; vendor preset: disabled)
 Active: inactive (dead)
 Docs: man:systemd-ask-password-console.service(8)

* systemd-binfmt.service - Set Up Additional Binary Formats
 Loaded: loaded (/usr/lib/systemd/system/systemd-binfmt.service; static; vendor preset: disabled)
 Active: inactive (dead)
Condition: start condition failed at Wed 2023-07-19 01:11:13 WIB; 1 weeks 3 days ago
 Docs: man:systemd-binfmt.service(8)
 man:binfmt.d(5)
 https://www.kernel.org/doc/Documentation/admin-guide/binfmt-misc.rst

* systemd-firstboot.service - First Boot Wizard
 Loaded: loaded (/usr/lib/systemd/system/systemd-firstboot.service; static; vendor preset: disabled)
 Active: inactive (dead)
Condition: start condition failed at Wed 2023-07-19 01:11:13 WIB; 1 weeks 3 days ago
 Docs: man:systemd-firstboot(1)

* systemd-fsck-root.service - File System Check on Root Device
 Loaded: loaded (/usr/lib/systemd/system/systemd-fsck-root.service; static; vendor preset: disabled)
 Active: inactive (dead) since Wed 2023-07-19 01:11:13 WIB; 1 weeks 3 days ago
 Docs: man:systemd-fsck-root.service(8)
 Main PID: 407 (code=exited, status=0/SUCCESS)

* systemd-hwdb-update.service - Rebuild Hardware Database
 Loaded: loaded (/usr/lib/systemd/system/systemd-hwdb-update.service; static; vendor preset: disabled)
 Active: inactive (dead)
Condition: start condition failed at Wed 2023-07-19 01:11:13 WIB; 1 weeks 3 days ago
 Docs: man:hwdb(7)
 man:systemd-hwdb(8)

* systemd-initctl.service - /dev/initctl Compatibility Daemon
 Loaded: loaded (/usr/lib/systemd/system/systemd-initctl.service; static; vendor preset: disabled)
 Active: inactive (dead)
 Docs: man:systemd-initctl.service(8)

* systemd-journal-catalog-update.service - Rebuild Journal Catalog
 Loaded: loaded (/usr/lib/systemd/system/systemd-journal-catalog-update.service; static; vendor preset: disabled)
 Active: inactive (dead)
Condition: start condition failed at Wed 2023-07-19 01:11:15 WIB; 1 weeks 3 days ago
 Docs: man:systemd-journald.service(8)
 man:journald.conf(5)

* systemd-journal-flush.service - Flush Journal to Persistent Storage
 Loaded: loaded (/usr/lib/systemd/system/systemd-journal-flush.service; static; vendor preset: disabled)
 Active: active (exited) since Wed 2023-07-19 01:11:13 WIB; 1 weeks 3 days ago
 Docs: man:systemd-journald.service(8)
 man:journald.conf(5)
 Main PID: 541 (code=exited, status=0/SUCCESS)
 CGroup: /system.slice/systemd-journal-flush.service

* systemd-journald.service - Journal Service
 Loaded: loaded (/usr/lib/systemd/system/systemd-journald.service; static; vendor preset: disabled)
 Active: active (running) since Wed 2023-07-19 01:11:13 WIB; 1 weeks 3 days ago
 Docs: man:systemd-journald.service(8)
 man:journald.conf(5)
 Main PID: 518 (systemd-journal)
 Status: "Processing requests..."
 CGroup: /system.slice/systemd-journald.service
 `-518 /usr/lib/systemd/systemd-journald

* systemd-logind.service - Login Service
 Loaded: loaded (/usr/lib/systemd/system/systemd-logind.service; static; vendor preset: disabled)
 Active: active (running) since Wed 2023-07-19 01:11:15 WIB; 1 weeks 3 days ago
 Docs: man:systemd-logind.service(8)
 man:logind.conf(5)
 http://www.freedesktop.org/wiki/Software/systemd/logind
 http://www.freedesktop.org/wiki/Software/systemd/multiseat
 Main PID: 694 (systemd-logind)
 Status: "Processing requests..."
 CGroup: /system.slice/systemd-logind.service
 `-694 /usr/lib/systemd/systemd-logind

* systemd-machine-id-commit.service - Commit a transient machine-id on disk
 Loaded: loaded (/usr/lib/systemd/system/systemd-machine-id-commit.service; static; vendor preset: disabled)
 Active: inactive (dead)
Condition: start condition failed at Wed 2023-07-19 01:11:15 WIB; 1 weeks 3 days ago
 Docs: man:systemd-machine-id-commit.service(8)

* systemd-modules-load.service - Load Kernel Modules
 Loaded: loaded (/usr/lib/systemd/system/systemd-modules-load.service; static; vendor preset: disabled)
 Active: active (exited) since Wed 2023-07-19 01:11:13 WIB; 1 weeks 3 days ago
 Docs: man:systemd-modules-load.service(8)
 man:modules-load.d(5)
 Main PID: 524 (code=exited, status=0/SUCCESS)
 CGroup: /system.slice/systemd-modules-load.service

* systemd-random-seed.service - Load/Save Random Seed
 Loaded: loaded (/usr/lib/systemd/system/systemd-random-seed.service; static; vendor preset: disabled)
 Active: active (exited) since Wed 2023-07-19 01:11:13 WIB; 1 weeks 3 days ago
 Docs: man:systemd-random-seed.service(8)
 man:random(4)
 Main PID: 558 (code=exited, status=0/SUCCESS)
 CGroup: /system.slice/systemd-random-seed.service

* systemd-readahead-collect.service - Collect Read-Ahead Data
 Loaded: loaded (/usr/lib/systemd/system/systemd-readahead-collect.service; enabled; vendor preset: enabled)
 Active: inactive (dead)
Condition: start condition failed at Wed 2023-07-19 01:11:13 WIB; 1 weeks 3 days ago
 Docs: man:systemd-readahead-replay.service(8)

* systemd-readahead-done.service - Stop Read-Ahead Data Collection
 Loaded: loaded (/usr/lib/systemd/system/systemd-readahead-done.service; indirect; vendor preset: enabled)
 Active: inactive (dead)
 Docs: man:systemd-readahead-replay.service(8)

* systemd-readahead-replay.service - Replay Read-Ahead Data
 Loaded: loaded (/usr/lib/systemd/system/systemd-readahead-replay.service; enabled; vendor preset: enabled)
 Active: inactive (dead)
Condition: start condition failed at Wed 2023-07-19 01:11:13 WIB; 1 weeks 3 days ago
 Docs: man:systemd-readahead-replay.service(8)

* systemd-reboot.service - Reboot
 Loaded: loaded (/usr/lib/systemd/system/systemd-reboot.service; static; vendor preset: disabled)
 Active: inactive (dead)
 Docs: man:systemd-halt.service(8)

* systemd-remount-fs.service - Remount Root and Kernel File Systems
 Loaded: loaded (/usr/lib/systemd/system/systemd-remount-fs.service; static; vendor preset: disabled)
 Active: active (exited) since Wed 2023-07-19 01:11:13 WIB; 1 weeks 3 days ago
 Docs: man:systemd-remount-fs.service(8)
 http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
 Main PID: 523 (code=exited, status=0/SUCCESS)
 CGroup: /system.slice/systemd-remount-fs.service

* systemd-shutdownd.service - Delayed Shutdown Service
 Loaded: loaded (/usr/lib/systemd/system/systemd-shutdownd.service; static; vendor preset: disabled)
 Active: inactive (dead)
 Docs: man:systemd-shutdownd.service(8)

* systemd-sysctl.service - Apply Kernel Variables
 Loaded: loaded (/usr/lib/systemd/system/systemd-sysctl.service; static; vendor preset: disabled)
 Active: active (exited) since Wed 2023-07-19 01:11:13 WIB; 1 weeks 3 days ago
 Docs: man:systemd-sysctl.service(8)
 man:sysctl.d(5)
 Main PID: 536 (code=exited, status=0/SUCCESS)
 CGroup: /system.slice/systemd-sysctl.service

* systemd-tmpfiles-clean.service - Cleanup of Temporary Directories
 Loaded: loaded (/usr/lib/systemd/system/systemd-tmpfiles-clean.service; static; vendor preset: disabled)
 Active: inactive (dead) since Sat 2023-07-29 01:26:23 WIB; 19h ago
 Docs: man:tmpfiles.d(5)
 man:systemd-tmpfiles(8)
 Main PID: 24444 (code=exited, status=0/SUCCESS)

* systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev
 Loaded: loaded (/usr/lib/systemd/system/systemd-tmpfiles-setup-dev.service; static; vendor preset: disabled)
 Active: active (exited) since Wed 2023-07-19 01:11:13 WIB; 1 weeks 3 days ago
 Docs: man:tmpfiles.d(5)
 man:systemd-tmpfiles(8)
 Main PID: 529 (code=exited, status=0/SUCCESS)
 CGroup: /system.slice/systemd-tmpfiles-setup-dev.service

* systemd-tmpfiles-setup.service - Create Volatile Files and Directories
 Loaded: loaded (/usr/lib/systemd/system/systemd-tmpfiles-setup.service; static; vendor preset: disabled)
 Active: active (exited) since Wed 2023-07-19 01:11:15 WIB; 1 weeks 3 days ago
 Docs: man:tmpfiles.d(5)
 man:systemd-tmpfiles(8)
 Main PID: 659 (code=exited, status=0/SUCCESS)
 CGroup: /system.slice/systemd-tmpfiles-setup.service

* systemd-udev-trigger.service - udev Coldplug all Devices
 Loaded: loaded (/usr/lib/systemd/system/systemd-udev-trigger.service; static; vendor preset: disabled)
 Active: active (exited) since Wed 2023-07-19 01:11:13 WIB; 1 weeks 3 days ago
 Docs: man:udev(7)
 man:systemd-udevd.service(8)
 Main PID: 545 (code=exited, status=0/SUCCESS)
 CGroup: /system.slice/systemd-udev-trigger.service

* systemd-udevd.service - udev Kernel Device Manager
 Loaded: loaded (/usr/lib/systemd/system/systemd-udevd.service; static; vendor preset: disabled)
 Active: active (running) since Wed 2023-07-19 01:11:13 WIB; 1 weeks 3 days ago
 Docs: man:systemd-udevd.service(8)
 man:udev(7)
 Main PID: 549 (systemd-udevd)
 Status: "Processing with 24 children at max"
 CGroup: /system.slice/systemd-udevd.service
 `-549 /usr/lib/systemd/systemd-udevd

* systemd-update-done.service - Update is Completed
 Loaded: loaded (/usr/lib/systemd/system/systemd-update-done.service; static; vendor preset: disabled)
 Active: inactive (dead)
Condition: start condition failed at Wed 2023-07-19 01:11:15 WIB; 1 weeks 3 days ago
 Docs: man:systemd-update-done.service(8)

* systemd-update-utmp-runlevel.service - Update UTMP about System Runlevel Changes
 Loaded: loaded (/usr/lib/systemd/system/systemd-update-utmp-runlevel.service; static; vendor preset: disabled)
 Active: inactive (dead) since Wed 2023-07-19 01:11:22 WIB; 1 weeks 3 days ago
 Docs: man:systemd-update-utmp.service(8)
 man:utmp(5)
 Main PID: 2970 (code=exited, status=0/SUCCESS)

* systemd-update-utmp.service - Update UTMP about System Boot/Shutdown
 Loaded: loaded (/usr/lib/systemd/system/systemd-update-utmp.service; static; vendor preset: disabled)
 Active: active (exited) since Wed 2023-07-19 01:11:15 WIB; 1 weeks 3 days ago
 Docs: man:systemd-update-utmp.service(8)
 man:utmp(5)
 Main PID: 680 (code=exited, status=0/SUCCESS)
 CGroup: /system.slice/systemd-update-utmp.service

* systemd-user-sessions.service - Permit User Sessions
 Loaded: loaded (/usr/lib/systemd/system/systemd-user-sessions.service; static; vendor preset: disabled)
 Active: active (exited) since Wed 2023-07-19 01:11:15 WIB; 1 weeks 3 days ago
 Docs: man:systemd-user-sessions.service(8)
 Main PID: 684 (code=exited, status=0/SUCCESS)
 CGroup: /system.slice/systemd-user-sessions.service

* systemd-vconsole-setup.service - Setup Virtual Console
 Loaded: loaded (/usr/lib/systemd/system/systemd-vconsole-setup.service; static; vendor preset: disabled)
 Active: active (exited) since Wed 2023-07-19 01:11:12 WIB; 1 weeks 3 days ago
 Docs: man:systemd-vconsole-setup.service(8)
 man:vconsole.conf(5)
 Main PID: 126 (code=exited, status=0/SUCCESS)
 CGroup: /system.slice/systemd-vconsole-setup.service

* tuned.service - Dynamic System Tuning Daemon
 Loaded: loaded (/usr/lib/systemd/system/tuned.service; enabled; vendor preset: enabled)
 Active: active (running) since Wed 2023-07-19 01:11:16 WIB; 1 weeks 3 days ago
 Docs: man:tuned(8)
 man:tuned.conf(5)
 man:tuned-adm(8)
 Main PID: 934 (tuned)
 CGroup: /system.slice/tuned.service
 `-934 /usr/bin/python2 -Es /usr/sbin/tuned -l -P

* vgauthd.service - VGAuth Service for open-vm-tools
 Loaded: loaded (/usr/lib/systemd/system/vgauthd.service; enabled; vendor preset: disabled)
 Active: inactive (dead)
Condition: start condition failed at Wed 2023-07-19 01:11:15 WIB; 1 weeks 3 days ago
 Docs: http://github.com/vmware/open-vm-tools

* vmtoolsd.service - Service for virtual machines hosted on VMware
 Loaded: loaded (/usr/lib/systemd/system/vmtoolsd.service; enabled; vendor preset: enabled)
 Active: inactive (dead)
Condition: start condition failed at Wed 2023-07-19 01:11:15 WIB; 1 weeks 3 days ago
 Docs: http://github.com/vmware/open-vm-tools

* xinetd.service - Xinetd A Powerful Replacement For Inetd
 Loaded: loaded (/usr/lib/systemd/system/xinetd.service; enabled; vendor preset: enabled)
 Active: active (running) since Sat 2023-07-29 21:12:12 WIB; 35s ago
 Process: 7424 ExecStart=/usr/sbin/xinetd -stayalive -pidfile /var/run/xinetd.pid $EXTRAOPTIONS (code=exited, status=0/SUCCESS)
 Main PID: 7425 (xinetd)
 CGroup: /system.slice/xinetd.service
 |- 7425 /usr/sbin/xinetd -stayalive -pidfile /var/run/xinetd.pid
 |-12893 /bin/bash /usr/bin/check_mk_agent
 |-12913 /bin/bash /usr/bin/check_mk_agent
 |-12914 /bin/bash /usr/bin/check_mk_agent
 |-12915 cat
 |-12937 systemctl status --all --type service --no-pager --lines 0
 `-12938 tr -s
[all]
 UNIT LOAD ACTIVE SUB JOB
 proc-sys-fs-binfmt_misc.automount loaded active waiting Arbitrary Executable File Formats File System Automount Point
 dev-block-252:2.device loaded active plugged /dev/block/252:2
 dev-cl-mysql.device loaded active plugged /dev/cl/mysql
 dev-cl-root.device loaded active plugged /dev/cl/root
 dev-cl-swap.device loaded active plugged /dev/cl/swap
 dev-disk-by\x2did-dm\x2dname\x2dcl\x2dmysql.device loaded active plugged /dev/disk/by-id/dm-name-cl-mysql
 dev-disk-by\x2did-dm\x2dname\x2dcl\x2droot.device loaded active plugged /dev/disk/by-id/dm-name-cl-root
 dev-disk-by\x2did-dm\x2dname\x2dcl\x2dswap.device loaded active plugged /dev/disk/by-id/dm-name-cl-swap
 dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dv8U1oHQ9X7CCHCfdt6EO2JZm56Cg8t9r8Lsccxrbo4Es8C2V9TC8nc2WGf9epMyt.device loaded active plugged /dev/disk/by-id/dm-uuid-LVM-v8U1oHQ9X7CCHCfdt6EO2JZm56Cg8t9r8Lsccxrbo4Es8C2V9TC8nc2WGf9epMyt
 dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dv8U1oHQ9X7CCHCfdt6EO2JZm56Cg8t9r92NLJ0bn6TcpTOe17b8oCBlxCP2smp7G.device loaded active plugged /dev/disk/by-id/dm-uuid-LVM-v8U1oHQ9X7CCHCfdt6EO2JZm56Cg8t9r92NLJ0bn6TcpTOe17b8oCBlxCP2smp7G
 dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dv8U1oHQ9X7CCHCfdt6EO2JZm56Cg8t9rV9Qh5R0uvS5qSaFvo4RT4hvjds3xub7j.device loaded active plugged /dev/disk/by-id/dm-uuid-LVM-v8U1oHQ9X7CCHCfdt6EO2JZm56Cg8t9rV9Qh5R0uvS5qSaFvo4RT4hvjds3xub7j
 dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dhnHi1o\x2dC8vR\x2dRdml\x2dkty2\x2dcdlG\x2dcr1Q\x2dqVTWmm.device loaded active plugged /dev/disk/by-id/lvm-pv-uuid-hnHi1o-C8vR-Rdml-kty2-cdlG-cr1Q-qVTWmm
 dev-disk-by\x2did-virtio\x2d5781444970080\x2d0.device loaded active plugged /dev/disk/by-id/virtio-5781444970080-0
 dev-disk-by\x2did-virtio\x2d5781444970080\x2d0\x2dpart1.device loaded active plugged /dev/disk/by-id/virtio-5781444970080-0-part1
 dev-disk-by\x2did-virtio\x2d5781444970080\x2d0\x2dpart2.device loaded active plugged /dev/disk/by-id/virtio-5781444970080-0-part2
 dev-disk-by\x2dpath-pci\x2d0000:00:0a.0.device loaded active plugged /dev/disk/by-path/pci-0000:00:0a.0
 dev-disk-by\x2dpath-pci\x2d0000:00:0a.0\x2dpart1.device loaded active plugged /dev/disk/by-path/pci-0000:00:0a.0-part1
 dev-disk-by\x2dpath-pci\x2d0000:00:0a.0\x2dpart2.device loaded active plugged /dev/disk/by-path/pci-0000:00:0a.0-part2
 dev-disk-by\x2dpath-virtio\x2dpci\x2d0000:00:0a.0.device loaded active plugged /dev/disk/by-path/virtio-pci-0000:00:0a.0
 dev-disk-by\x2dpath-virtio\x2dpci\x2d0000:00:0a.0\x2dpart1.device loaded active plugged /dev/disk/by-path/virtio-pci-0000:00:0a.0-part1
 dev-disk-by\x2dpath-virtio\x2dpci\x2d0000:00:0a.0\x2dpart2.device loaded active plugged /dev/disk/by-path/virtio-pci-0000:00:0a.0-part2
 dev-disk-by\x2duuid-05c1a250\x2db151\x2d46dc\x2da72d\x2d234e240ae953.device loaded active plugged /dev/disk/by-uuid/05c1a250-b151-46dc-a72d-234e240ae953
 dev-disk-by\x2duuid-4e2afceb\x2d6883\x2d40aa\x2d8b59\x2d633f63eda7a8.device loaded active plugged /dev/disk/by-uuid/4e2afceb-6883-40aa-8b59-633f63eda7a8
 dev-disk-by\x2duuid-6e283f2c\x2d349a\x2d46b9\x2dadc5\x2d6fe5b0d4beed.device loaded active plugged /dev/disk/by-uuid/6e283f2c-349a-46b9-adc5-6fe5b0d4beed
 dev-disk-by\x2duuid-faf39e9d\x2d67b1\x2d4d0c\x2dbcbf\x2d61b1f3f37ecd.device loaded active plugged /dev/disk/by-uuid/faf39e9d-67b1-4d0c-bcbf-61b1f3f37ecd
 dev-dm\x2d0.device loaded active plugged /dev/dm-0
 dev-dm\x2d1.device loaded active plugged /dev/dm-1
 dev-dm\x2d2.device loaded active plugged /dev/dm-2
 dev-mapper-cl\x2dmysql.device loaded active plugged /dev/mapper/cl-mysql
 dev-mapper-cl\x2droot.device loaded active plugged /dev/mapper/cl-root
 dev-mapper-cl\x2dswap.device loaded active plugged /dev/mapper/cl-swap
 dev-ttyS0.device loaded active plugged /dev/ttyS0
 dev-ttyS1.device loaded active plugged /dev/ttyS1
 dev-ttyS2.device loaded active plugged /dev/ttyS2
 dev-ttyS3.device loaded active plugged /dev/ttyS3
 dev-vda.device loaded active plugged /dev/vda
 dev-vda1.device loaded active plugged /dev/vda1
 dev-vda2.device loaded active plugged /dev/vda2
 dev-virtio\x2dports-channelser.virtserial0.0.device loaded active plugged /dev/virtio-ports/channelser.virtserial0.0
 dev-vport1p1.device loaded active plugged /dev/vport1p1
 sys-devices-pci0000:00-0000:00:04.0-virtio1-virtio\x2dports-vport1p1.device loaded active plugged /sys/devices/pci0000:00/0000:00:04.0/virtio1/virtio-ports/vport1p1
 sys-devices-pci0000:00-0000:00:0a.0-virtio2-block-vda-vda1.device loaded active plugged /sys/devices/pci0000:00/0000:00:0a.0/virtio2/block/vda/vda1
 sys-devices-pci0000:00-0000:00:0a.0-virtio2-block-vda-vda2.device loaded active plugged /sys/devices/pci0000:00/0000:00:0a.0/virtio2/block/vda/vda2
 sys-devices-pci0000:00-0000:00:0a.0-virtio2-block-vda.device loaded active plugged /sys/devices/pci0000:00/0000:00:0a.0/virtio2/block/vda
 sys-devices-pci0000:00-0000:00:12.0-virtio3-net-eth0.device loaded active plugged Virtio network device
 sys-devices-platform-serial8250-tty-ttyS0.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS0
 sys-devices-platform-serial8250-tty-ttyS1.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS1
 sys-devices-platform-serial8250-tty-ttyS2.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS2
 sys-devices-platform-serial8250-tty-ttyS3.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS3
 sys-devices-virtual-block-dm\x2d0.device loaded active plugged /sys/devices/virtual/block/dm-0
 sys-devices-virtual-block-dm\x2d1.device loaded active plugged /sys/devices/virtual/block/dm-1
 sys-devices-virtual-block-dm\x2d2.device loaded active plugged /sys/devices/virtual/block/dm-2
 sys-module-configfs.device loaded active plugged /sys/module/configfs
 sys-module-fuse.device loaded active plugged /sys/module/fuse
 sys-subsystem-net-devices-eth0.device loaded active plugged Virtio network device
 -.mount loaded active mounted /
 boot.mount loaded active mounted /boot
 dev-hugepages.mount loaded active mounted Huge Pages File System
 dev-mqueue.mount loaded active mounted POSIX Message Queue File System
 proc-sys-fs-binfmt_misc.mount loaded inactive dead Arbitrary Executable File Formats File System
 run-user-0.mount loaded active mounted /run/user/0
 sys-fs-fuse-connections.mount loaded active mounted FUSE Control File System
 sys-kernel-config.mount loaded active mounted Configuration File System
 sys-kernel-debug.mount loaded active mounted Debug File System
* sysroot.mount not-found inactive dead sysroot.mount
 tmp.mount loaded inactive dead Temporary Directory
 var-lib-mysql.mount loaded active mounted /var/lib/mysql
 brandbot.path loaded active waiting Flexible branding
 systemd-ask-password-console.path loaded inactive dead Dispatch Password Requests to Console Directory Watch
 systemd-ask-password-plymouth.path loaded active waiting Forward Password Requests to Plymouth Directory Watch
 systemd-ask-password-wall.path loaded active waiting Forward Password Requests to Wall Directory Watch
 session-281.scope loaded active running Session 281 of user root
 session-282.scope loaded active running Session 282 of user root
 auditd.service loaded active running Security Auditing Service
 brandbot.service loaded inactive dead Flexible Branding Service
 chronyd.service loaded active running NTP client/server
* cloud-init-local.service not-found inactive dead cloud-init-local.service
 cpupower.service loaded inactive dead Configure CPU power related settings
 crond.service loaded active running Command Scheduler
 dbus.service loaded active running D-Bus System Message Bus
* display-manager.service not-found inactive dead display-manager.service
 dm-event.service loaded inactive dead Device-mapper event daemon
 dracut-cmdline.service loaded inactive dead dracut cmdline hook
 dracut-initqueue.service loaded inactive dead dracut initqueue hook
 dracut-mount.service loaded inactive dead dracut mount hook
 dracut-pre-mount.service loaded inactive dead dracut pre-mount hook
 dracut-pre-pivot.service loaded inactive dead dracut pre-pivot and cleanup hook
 dracut-pre-trigger.service loaded inactive dead dracut pre-trigger hook
 dracut-pre-udev.service loaded inactive dead dracut pre-udev hook
 dracut-shutdown.service loaded inactive dead Restore /run/initramfs
 emergency.service loaded inactive dead Emergency Shell
 [email protected] loaded active running Getty on tty1
 haproxy.service loaded active running HAProxy Load Balancer
 initrd-cleanup.service loaded inactive dead Cleaning Up and Shutting Down Daemons
 initrd-parse-etc.service loaded inactive dead Reload Configuration from the Real Root
 initrd-switch-root.service loaded inactive dead Switch Root
 initrd-udevadm-cleanup-db.service loaded inactive dead Cleanup udevd DB
* ip6tables.service not-found inactive dead ip6tables.service
* iptables.service not-found inactive dead iptables.service
 kdump.service loaded active exited Crash recovery kernel arming
 kmod-static-nodes.service loaded active exited Create list of required static device nodes for the current kernel
* lvm2-activation.service not-found inactive dead lvm2-activation.service
 lvm2-lvmetad.service loaded active running LVM2 metadata daemon
 lvm2-lvmpolld.service loaded inactive dead LVM2 poll daemon
 lvm2-monitor.service loaded active exited Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling
 lvm2-pvscan@252:2.service loaded active exited LVM2 PV scan on device 252:2
 microcode.service loaded inactive dead Load CPU microcode update
 mysqld.service loaded activating start-pre start MySQL Server
 network.service loaded active exited LSB: Bring up/down networking
* networking.service not-found inactive dead networking.service
 NetworkManager-wait-online.service loaded active exited Network Manager Wait Online
 NetworkManager.service loaded active running Network Manager
* ntpd.service not-found inactive dead ntpd.service
* ntpdate.service not-found inactive dead ntpdate.service
 plymouth-quit-wait.service loaded inactive dead Wait for Plymouth Boot Screen to Quit
 plymouth-quit.service loaded inactive dead Terminate Plymouth Boot Screen
 plymouth-read-write.service loaded inactive dead Tell Plymouth To Write Out Runtime Data
 plymouth-start.service loaded inactive dead Show Plymouth Boot Screen
 plymouth-switch-root.service loaded inactive dead Plymouth switch root service
 polkit.service loaded active running Authorization Manager
 rc-local.service loaded inactive dead /etc/rc.d/rc.local Compatibility
 rescue.service loaded inactive dead Rescue Shell
 rhel-autorelabel-mark.service loaded inactive dead Mark the need to relabel after reboot
 rhel-autorelabel.service loaded inactive dead Relabel all filesystems, if necessary
 rhel-configure.service loaded inactive dead Reconfigure the system on administrator request
 rhel-dmesg.service loaded active exited Dump dmesg to /var/log/dmesg
 rhel-domainname.service loaded active exited Read and set NIS domainname from /etc/sysconfig/network
 rhel-import-state.service loaded active exited Import network configuration from initramfs
 rhel-loadmodules.service loaded inactive dead Load legacy module configuration
 rhel-readonly.service loaded active exited Configure read-only root support
 rsyslog.service loaded active running System Logging Service
 SangforVMSTool.service loaded active exited A fast tool for system
 [email protected] loaded inactive dead Migrate local SELinux policy changes from the old store structure to the new structure
* sntp.service not-found inactive dead sntp.service
 sshd-keygen.service loaded inactive dead OpenSSH Server Key Generation
 sshd.service loaded active running OpenSSH server daemon
* syslog.service not-found inactive dead syslog.service
 systemd-ask-password-console.service loaded inactive dead Dispatch Password Requests to Console
 systemd-ask-password-plymouth.service loaded inactive dead Forward Password Requests to Plymouth
 systemd-ask-password-wall.service loaded inactive dead Forward Password Requests to Wall
 systemd-binfmt.service loaded inactive dead Set Up Additional Binary Formats
 systemd-firstboot.service loaded inactive dead First Boot Wizard
 systemd-fsck-root.service loaded inactive dead File System Check on Root Device
 systemd-hwdb-update.service loaded inactive dead Rebuild Hardware Database
 systemd-initctl.service loaded inactive dead /dev/initctl Compatibility Daemon
 systemd-journal-catalog-update.service loaded inactive dead Rebuild Journal Catalog
 systemd-journal-flush.service loaded active exited Flush Journal to Persistent Storage
 systemd-journald.service loaded active running Journal Service
 systemd-logind.service loaded active running Login Service
 systemd-machine-id-commit.service loaded inactive dead Commit a transient machine-id on disk
 systemd-modules-load.service loaded active exited Load Kernel Modules
 systemd-random-seed.service loaded active exited Load/Save Random Seed
 systemd-readahead-collect.service loaded inactive dead Collect Read-Ahead Data
 systemd-readahead-done.service loaded inactive dead Stop Read-Ahead Data Collection
 systemd-readahead-replay.service loaded inactive dead Replay Read-Ahead Data
 systemd-reboot.service loaded inactive dead Reboot
 systemd-remount-fs.service loaded active exited Remount Root and Kernel File Systems
 systemd-shutdownd.service loaded inactive dead Delayed Shutdown Service
 systemd-sysctl.service loaded active exited Apply Kernel Variables
* systemd-sysusers.service not-found inactive dead systemd-sysusers.service
* systemd-timesyncd.service not-found inactive dead systemd-timesyncd.service
 systemd-tmpfiles-clean.service loaded inactive dead Cleanup of Temporary Directories
 systemd-tmpfiles-setup-dev.service loaded active exited Create Static Device Nodes in /dev
 systemd-tmpfiles-setup.service loaded active exited Create Volatile Files and Directories
 systemd-udev-trigger.service loaded active exited udev Coldplug all Devices
 systemd-udevd.service loaded active running udev Kernel Device Manager
 systemd-update-done.service loaded inactive dead Update is Completed
 systemd-update-utmp-runlevel.service loaded inactive dead Update UTMP about System Runlevel Changes
 systemd-update-utmp.service loaded active exited Update UTMP about System Boot/Shutdown
 systemd-user-sessions.service loaded active exited Permit User Sessions
 systemd-vconsole-setup.service loaded active exited Setup Virtual Console
 tuned.service loaded active running Dynamic System Tuning Daemon
 vgauthd.service loaded inactive dead VGAuth Service for open-vm-tools
 vmtoolsd.service loaded inactive dead Service for virtual machines hosted on VMware
 xinetd.service loaded active running Xinetd A Powerful Replacement For Inetd
* ypbind.service not-found inactive dead ypbind.service
* yppasswdd.service not-found inactive dead yppasswdd.service
* ypserv.service not-found inactive dead ypserv.service
* ypxfrd.service not-found inactive dead ypxfrd.service
 -.slice loaded active active Root Slice
 system-getty.slice loaded active active system-getty.slice
 system-lvm2\x2dpvscan.slice loaded active active system-lvm2\x2dpvscan.slice
 system-selinux\x2dpolicy\x2dmigrate\x2dlocal\x2dchanges.slice loaded active active system-selinux\x2dpolicy\x2dmigrate\x2dlocal\x2dchanges.slice
 system.slice loaded active active System Slice
 user-0.slice loaded active active User Slice of root
 user.slice loaded active active User and Session Slice
 dbus.socket loaded active running D-Bus System Message Bus Socket
 dm-event.socket loaded active listening Device-mapper event daemon FIFOs
 lvm2-lvmetad.socket loaded active running LVM2 metadata daemon socket
 lvm2-lvmpolld.socket loaded active listening LVM2 poll daemon socket
 sshd.socket loaded inactive dead OpenSSH Server Socket
 syslog.socket loaded inactive dead Syslog Socket
 systemd-initctl.socket loaded active listening /dev/initctl Compatibility Named Pipe
 systemd-journald.socket loaded active running Journal Socket
 systemd-shutdownd.socket loaded active listening Delayed Shutdown Socket
 systemd-udevd-control.socket loaded active running udev Control Socket
 systemd-udevd-kernel.socket loaded active running udev Kernel Socket
 dev-cl-swap.swap loaded active active /dev/cl/swap
 dev-disk-by\x2did-dm\x2dname\x2dcl\x2dswap.swap loaded active active /dev/disk/by-id/dm-name-cl-swap
 dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dv8U1oHQ9X7CCHCfdt6EO2JZm56Cg8t9rV9Qh5R0uvS5qSaFvo4RT4hvjds3xub7j.swap loaded active active /dev/disk/by-id/dm-uuid-LVM-v8U1oHQ9X7CCHCfdt6EO2JZm56Cg8t9rV9Qh5R0uvS5qSaFvo4RT4hvjds3xub7j
 dev-disk-by\x2duuid-4e2afceb\x2d6883\x2d40aa\x2d8b59\x2d633f63eda7a8.swap loaded active active /dev/disk/by-uuid/4e2afceb-6883-40aa-8b59-633f63eda7a8
 dev-dm\x2d1.swap loaded active active /dev/dm-1
 dev-mapper-cl\x2dswap.swap loaded active active /dev/mapper/cl-swap
 basic.target loaded active active Basic System
 cryptsetup.target loaded active active Local Encrypted Volumes
 emergency.target loaded inactive dead Emergency Mode
 final.target loaded inactive dead Final Step
 getty-pre.target loaded inactive dead Login Prompts (Pre)
 getty.target loaded active active Login Prompts
 graphical.target loaded inactive dead Graphical Interface
 initrd-fs.target loaded inactive dead Initrd File Systems
 initrd-root-fs.target loaded inactive dead Initrd Root File System
 initrd-switch-root.target loaded inactive dead Switch Root
 initrd.target loaded inactive dead Initrd Default Target
 local-fs-pre.target loaded active active Local File Systems (Pre)
 local-fs.target loaded active active Local File Systems
 multi-user.target loaded active active Multi-User System
 network-online.target loaded active active Network is Online
 network-pre.target loaded inactive dead Network (Pre)
 network.target loaded active active Network
 nss-user-lookup.target loaded inactive dead User and Group Name Lookups
 paths.target loaded active active Paths
 remote-fs-pre.target loaded inactive dead Remote File Systems (Pre)
 remote-fs.target loaded active active Remote File Systems
 rescue.target loaded inactive dead Rescue Mode
 shutdown.target loaded inactive dead Shutdown
 slices.target loaded active active Slices
 sockets.target loaded active active Sockets
 swap.target loaded active active Swap
 sysinit.target loaded active active System Initialization
* syslog.target not-found inactive dead syslog.target
 time-sync.target loaded inactive dead System Time Synchronized
 timers.target loaded active active Timers
 umount.target loaded inactive dead Unmount All Filesystems
 systemd-readahead-done.timer loaded inactive dead Stop Read-Ahead Data Collection 10s After Completed Startup
 systemd-tmpfiles-clean.timer loaded active waiting Daily Cleanup of Temporary Directories

<<<nfsmounts>>>
<<<cifsmounts>>>
<<<mounts>>>
/dev/mapper/cl-root / xfs rw,relatime,attr2,inode64,noquota 0 0
/dev/vda1 /boot xfs rw,relatime,attr2,inode64,noquota 0 0
/dev/mapper/cl-mysql /var/lib/mysql xfs rw,relatime,attr2,inode64,noquota 0 0
<<<ps_lnx>>>
[header] CGROUP USER VSZ RSS TIME ELAPSED PID COMMAND
- root 191288 4376 00:08:41 10-20:01:36 1 /usr/lib/systemd/systemd --switched-root --system --deserialize 22
- root 0 0 00:00:00 10-20:01:36 2 [kthreadd]
- root 0 0 00:00:00 10-20:01:36 4 [kworker/0:0H]
- root 0 0 00:00:31 10-20:01:36 6 [ksoftirqd/0]
- root 0 0 00:01:24 10-20:01:36 7 [migration/0]
- root 0 0 00:00:00 10-20:01:36 8 [rcu_bh]
- root 0 0 00:20:15 10-20:01:36 9 [rcu_sched]
- root 0 0 00:00:00 10-20:01:36 10 [lru-add-drain]
- root 0 0 00:01:23 10-20:01:36 13 [migration/1]
- root 0 0 00:00:48 10-20:01:36 14 [ksoftirqd/1]
- root 0 0 00:00:00 10-20:01:36 16 [kworker/1:0H]
- root 0 0 00:01:21 10-20:01:36 18 [migration/2]
- root 0 0 00:00:45 10-20:01:36 19 [ksoftirqd/2]
- root 0 0 00:00:00 10-20:01:36 21 [kworker/2:0H]
- root 0 0 00:01:22 10-20:01:36 23 [migration/3]
- root 0 0 00:00:38 10-20:01:36 24 [ksoftirqd/3]
- root 0 0 00:00:00 10-20:01:36 26 [kworker/3:0H]
- root 0 0 00:01:25 10-20:01:36 28 [migration/4]
- root 0 0 00:00:33 10-20:01:36 29 [ksoftirqd/4]
- root 0 0 00:00:00 10-20:01:36 31 [kworker/4:0H]
- root 0 0 00:01:25 10-20:01:36 33 [migration/5]
- root 0 0 00:00:32 10-20:01:36 34 [ksoftirqd/5]
- root 0 0 00:00:00 10-20:01:36 36 [kworker/5:0H]
- root 0 0 00:01:24 10-20:01:36 38 [migration/6]
- root 0 0 00:00:31 10-20:01:36 39 [ksoftirqd/6]
- root 0 0 00:00:00 10-20:01:36 41 [kworker/6:0H]
- root 0 0 00:01:24 10-20:01:36 43 [migration/7]
- root 0 0 00:00:29 10-20:01:36 44 [ksoftirqd/7]
- root 0 0 00:00:00 10-20:01:36 46 [kworker/7:0H]
- root 0 0 00:00:00 10-20:01:36 48 [kdevtmpfs]
- root 0 0 00:00:00 10-20:01:36 49 [netns]
- root 0 0 00:00:00 10-20:01:36 50 [khungtaskd]
- root 0 0 00:00:00 10-20:01:36 51 [writeback]
- root 0 0 00:00:00 10-20:01:36 52 [kintegrityd]
- root 0 0 00:00:00 10-20:01:36 53 [bioset]
- root 0 0 00:00:00 10-20:01:36 54 [bioset]
- root 0 0 00:00:00 10-20:01:36 55 [bioset]
- root 0 0 00:00:00 10-20:01:36 56 [kblockd]
- root 0 0 00:00:00 10-20:01:36 57 [md]
- root 0 0 00:00:00 10-20:01:36 58 [edac-poller]
- root 0 0 00:00:00 10-20:01:36 59 [watchdogd]
- root 0 0 00:00:00 10-20:01:36 66 [kswapd0]
- root 0 0 00:00:00 10-20:01:36 67 [ksmd]
- root 0 0 00:00:06 10-20:01:36 68 [khugepaged]
- root 0 0 00:00:00 10-20:01:36 69 [crypto]
- root 0 0 00:00:00 10-20:01:36 77 [kthrotld]
- root 0 0 00:00:00 10-20:01:36 79 [kmpath_rdacd]
- root 0 0 00:00:00 10-20:01:36 80 [kaluad]
- root 0 0 00:00:00 10-20:01:35 81 [kpsmoused]
- root 0 0 00:00:00 10-20:01:35 82 [ipv6_addrconf]
- root 0 0 00:00:00 10-20:01:35 95 [deferwq]
- root 0 0 00:00:07 10-20:01:35 134 [kauditd]
- root 0 0 00:00:00 10-20:01:35 328 [ata_sff]
- root 0 0 00:00:00 10-20:01:35 332 [scsi_eh_0]
- root 0 0 00:00:00 10-20:01:35 333 [scsi_tmf_0]
- root 0 0 00:00:00 10-20:01:35 334 [scsi_eh_1]
- root 0 0 00:00:00 10-20:01:35 335 [scsi_tmf_1]
- root 0 0 00:00:17 10-20:01:35 340 [kworker/3:1H]
- root 0 0 00:00:00 10-20:01:35 401 [kdmflush]
- root 0 0 00:00:00 10-20:01:35 402 [bioset]
- root 0 0 00:00:00 10-20:01:35 413 [kdmflush]
- root 0 0 00:00:00 10-20:01:35 414 [bioset]
- root 0 0 00:00:00 10-20:01:34 427 [bioset]
- root 0 0 00:00:00 10-20:01:34 428 [xfsalloc]
- root 0 0 00:00:00 10-20:01:34 429 [xfs_mru_cache]
- root 0 0 00:00:00 10-20:01:34 430 [xfs-buf/dm-0]
- root 0 0 00:00:00 10-20:01:34 431 [xfs-data/dm-0]
- root 0 0 00:00:00 10-20:01:34 432 [xfs-conv/dm-0]
- root 0 0 00:00:00 10-20:01:34 433 [xfs-cil/dm-0]
- root 0 0 00:00:00 10-20:01:34 434 [xfs-reclaim/dm-]
- root 0 0 00:00:00 10-20:01:34 435 [xfs-log/dm-0]
- root 0 0 00:00:00 10-20:01:34 436 [xfs-eofblocks/d]
- root 0 0 00:03:28 10-20:01:34 437 [xfsaild/dm-0]
- root 0 0 00:00:13 10-20:01:34 438 [kworker/7:1H]
2:devices:/system.slice/systemd-journald.service,1:name=systemd:/system.slice/systemd-journald.service root 55444 13924 00:09:10 10-20:01:34 518 /usr/lib/systemd/systemd-journald
2:devices:/system.slice/systemd-udevd.service,1:name=systemd:/system.slice/systemd-udevd.service root 45456 1908 00:00:00 10-20:01:34 549 /usr/lib/systemd/systemd-udevd
2:devices:/system.slice/lvm2-lvmetad.service,1:name=systemd:/system.slice/lvm2-lvmetad.service root 198572 1380 00:00:00 10-20:01:34 551 /usr/sbin/lvmetad -f
- root 0 0 00:00:00 10-20:01:34 620 [xfs-buf/vda1]
- root 0 0 00:00:00 10-20:01:34 621 [xfs-data/vda1]
- root 0 0 00:00:00 10-20:01:34 622 [xfs-conv/vda1]
- root 0 0 00:00:00 10-20:01:34 623 [xfs-cil/vda1]
- root 0 0 00:00:00 10-20:01:34 624 [xfs-reclaim/vda]
- root 0 0 00:00:00 10-20:01:34 625 [xfs-log/vda1]
- root 0 0 00:00:00 10-20:01:34 626 [xfs-eofblocks/v]
- root 0 0 00:00:00 10-20:01:34 627 [xfsaild/vda1]
- root 0 0 00:00:00 10-20:01:33 629 [kdmflush]
- root 0 0 00:00:00 10-20:01:33 630 [bioset]
- root 0 0 00:00:00 10-20:01:33 635 [xfs-buf/dm-2]
- root 0 0 00:00:00 10-20:01:33 636 [xfs-data/dm-2]
- root 0 0 00:00:00 10-20:01:33 637 [xfs-conv/dm-2]
- root 0 0 00:00:00 10-20:01:33 638 [xfs-cil/dm-2]
- root 0 0 00:00:00 10-20:01:33 639 [xfs-reclaim/dm-]
- root 0 0 00:00:00 10-20:01:33 640 [xfs-log/dm-2]
- root 0 0 00:00:00 10-20:01:33 641 [xfs-eofblocks/d]
- root 0 0 00:03:19 10-20:01:33 642 [xfsaild/dm-2]
2:devices:/system.slice/auditd.service,1:name=systemd:/system.slice/auditd.service root 55532 1080 00:00:29 10-20:01:33 662 /sbin/auditd
- root 0 0 00:00:15 10-20:01:33 665 [kworker/4:1H]
- root 0 0 00:00:20 10-20:01:32 681 [kworker/1:1H]
2:devices:/system.slice/polkit.service,1:name=systemd:/system.slice/polkit.service polkitd 612332 10264 00:00:00 10-20:01:32 683 /usr/lib/polkit-1/polkitd --no-debug
2:devices:/system.slice/dbus.service,1:name=systemd:/system.slice/dbus.service dbus 58216 2480 00:01:41 10-20:01:32 685 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
2:devices:/system.slice/NetworkManager.service,1:name=systemd:/system.slice/NetworkManager.service root 476464 10832 00:06:57 10-20:01:32 687 /usr/sbin/NetworkManager --no-daemon
2:devices:/system.slice/systemd-logind.service,1:name=systemd:/system.slice/systemd-logind.service root 26384 1756 00:00:31 10-20:01:32 694 /usr/lib/systemd/systemd-logind
2:devices:/system.slice/crond.service,1:name=systemd:/system.slice/crond.service root 126388 1612 00:00:00 10-20:01:32 696 /usr/sbin/crond -n
2:devices:/system.slice/chronyd.service,1:name=systemd:/system.slice/chronyd.service chrony 120588 2076 00:00:00 10-20:01:32 703 /usr/sbin/chronyd
2:devices:/system.slice/system-getty.slice,1:name=systemd:/system.slice/system-getty.slice/[email protected] root 110208 864 00:00:00 10-20:01:32 708 /sbin/agetty --noclear tty1 linux
2:devices:/system.slice/tuned.service,1:name=systemd:/system.slice/tuned.service root 574284 19456 00:01:20 10-20:01:32 934 /usr/bin/python2 -Es /usr/sbin/tuned -l -P
2:devices:/system.slice/sshd.service,1:name=systemd:/system.slice/sshd.service root 112940 4380 00:00:05 10-20:01:32 935 /usr/sbin/sshd -D
2:devices:/system.slice/rsyslog.service,1:name=systemd:/system.slice/rsyslog.service root 505464 10972 00:03:23 10-20:01:32 937 /usr/sbin/rsyslogd -n
- root 0 0 00:00:13 10-20:01:32 1016 [kworker/6:1H]
2:devices:/system.slice/SangforVMSTool.service,1:name=systemd:/system.slice/SangforVMSTool.service root 1220360 21816 00:18:59 10-20:01:32 1027 /usr/local/VMOptimizationTools/G2HProxy
- root 0 0 00:00:35 10-20:01:32 1028 [kworker/5:1H]
2:devices:/system.slice/SangforVMSTool.service,1:name=systemd:/system.slice/SangforVMSTool.service root 1284968 25996 00:37:59 10-20:01:32 1029 /usr/local/VMOptimizationTools/VMToolsAgentAPI
2:devices:/system.slice/SangforVMSTool.service,1:name=systemd:/system.slice/SangforVMSTool.service root 117136 3580 00:04:05 10-20:01:32 1030 /bin/bash /usr/local/VMOptimizationTools/sangfor_module_update
2:devices:/system.slice/SangforVMSTool.service,1:name=systemd:/system.slice/SangforVMSTool.service root 119208 5692 03:41:23 10-20:01:32 1032 /bin/bash /usr/local/VMOptimizationTools/sangfor_guest_datareport
2:devices:/system.slice/SangforVMSTool.service,1:name=systemd:/system.slice/SangforVMSTool.service root 116288 2664 00:59:11 10-20:01:32 1033 /bin/bash /usr/local/VMOptimizationTools/sangfor_sfping
2:devices:/system.slice/SangforVMSTool.service,1:name=systemd:/system.slice/SangforVMSTool.service root 115544 1676 00:00:00 10-20:01:32 1034 /bin/bash /usr/local/VMOptimizationTools/sangfor_heartalive.sh
2:devices:/system.slice/SangforVMSTool.service,1:name=systemd:/system.slice/SangforVMSTool.service root 118060 4456 00:04:35 10-20:01:32 1035 /bin/bash /usr/local/VMOptimizationTools/sangfor_vmconfig
2:devices:/system.slice/SangforVMSTool.service,1:name=systemd:/system.slice/SangforVMSTool.service root 116440 1952 00:00:54 10-20:01:32 1130 /bin/bash /usr/local/VMOptimizationTools/sangfor_heartalive.sh
2:devices:/system.slice,1:name=systemd:/system.slice/haproxy.service root 44744 1756 00:00:00 7-21:28:18 1192 /usr/sbin/haproxy-systemd-wrapper -f /etc/haproxy/haproxy.cfg -p /run/haproxy.pid
2:devices:/system.slice,1:name=systemd:/system.slice/haproxy.service haproxy 52700 8092 00:00:00 7-21:28:18 1193 /usr/sbin/haproxy -f /etc/haproxy/haproxy.cfg -p /run/haproxy.pid -Ds
2:devices:/system.slice,1:name=systemd:/system.slice/haproxy.service haproxy 118340 71656 18:56:17 7-21:28:18 1194 /usr/sbin/haproxy -f /etc/haproxy/haproxy.cfg -p /run/haproxy.pid -Ds
- root 0 0 00:00:13 10-20:01:32 1304 [kworker/0:1H]
2:devices:/system.slice/SangforVMSTool.service,1:name=systemd:/system.slice/SangforVMSTool.service root 116228 2664 00:24:23 10-20:01:30 1959 /bin/bash /usr/local/VMOptimizationTools/sangfor_watchdog
2:devices:/system.slice/SangforVMSTool.service,1:name=systemd:/system.slice/SangforVMSTool.service root 116456 2796 00:59:00 10-20:01:29 2341 /bin/bash /usr/local/VMOptimizationTools/sangfor_update_ipc_callback
- root 0 0 00:00:19 10-20:01:29 2581 [kworker/2:1H]
2:devices:/system.slice/SangforVMSTool.service,1:name=systemd:/system.slice/SangforVMSTool.service root 116448 2788 00:59:00 10-20:01:27 2762 /bin/bash /usr/local/VMOptimizationTools/sangfor_vmconfig_ipc_callback
- root 0 0 00:00:00 57:56 5340 [kworker/4:1]
- root 0 0 00:00:00 31:15 5983 [kworker/5:3]
- root 0 0 00:00:00 00:40 6962 [kworker/5:0]
- root 0 0 00:00:00 00:36 7399 [kworker/u16:1]
2:devices:/system.slice,1:name=systemd:/system.slice/xinetd.service root 27168 1036 00:00:00 00:36 7425 /usr/sbin/xinetd -stayalive -pidfile /var/run/xinetd.pid
- root 0 0 00:00:00 04:22 7698 [kworker/7:2]
- root 0 0 00:00:00 11:59 7996 [kworker/2:0]
- root 0 0 00:00:00 00:18 10458 [kworker/1:0]
2:devices:/system.slice/SangforVMSTool.service,1:name=systemd:/system.slice/SangforVMSTool.service root 108056 356 00:00:00 00:11 11288 sleep 20
2:devices:/system.slice/SangforVMSTool.service,1:name=systemd:/system.slice/SangforVMSTool.service root 108056 356 00:00:00 00:07 11534 sleep 10
1:name=systemd:/user.slice/user-0.slice/session-282.scope root 159648 6572 00:00:00 15:22 11646 sshd: root@pts/1
2:devices:/system.slice/SangforVMSTool.service,1:name=systemd:/system.slice/SangforVMSTool.service root 108056 360 00:00:00 00:04 12120 sleep 5
2:devices:/system.slice,1:name=systemd:/system.slice/mysqld.service/control root 113284 1532 00:00:00 00:03 12177 /bin/bash /usr/bin/mysqld_pre_systemd --pre
2:devices:/system.slice/SangforVMSTool.service,1:name=systemd:/system.slice/SangforVMSTool.service root 108056 356 00:00:00 00:01 12878 sleep 5
2:devices:/system.slice/SangforVMSTool.service,1:name=systemd:/system.slice/SangforVMSTool.service root 108056 360 00:00:00 00:01 12887 sleep 1
2:devices:/system.slice/SangforVMSTool.service,1:name=systemd:/system.slice/SangforVMSTool.service root 108056 360 00:00:00 00:01 12888 sleep 1
2:devices:/system.slice,1:name=systemd:/system.slice/mysqld.service/control root 113284 592 00:00:00 00:00 12889 /bin/bash /usr/bin/mysqld_pre_systemd --pre
2:devices:/system.slice,1:name=systemd:/system.slice/mysqld.service/control root 112816 944 00:00:00 00:00 12890 grep WSREP /var/log/mysqld.log
2:devices:/system.slice,1:name=systemd:/system.slice/mysqld.service/control root 112812 956 00:00:00 00:00 12891 grep skipping position recovery
1:name=systemd:/user.slice/user-0.slice/session-281.scope root 10392 888 00:00:00 00:00 12892 telnet localhost 6556
2:devices:/system.slice,1:name=systemd:/system.slice/xinetd.service root 115940 2176 00:00:00 00:00 12893 /bin/bash /usr/bin/check_mk_agent
2:devices:/system.slice,1:name=systemd:/system.slice/xinetd.service root 115940 1584 00:00:00 00:00 12913 /bin/bash /usr/bin/check_mk_agent
2:devices:/system.slice,1:name=systemd:/system.slice/xinetd.service root 115940 1160 00:00:00 00:00 12914 /bin/bash /usr/bin/check_mk_agent
2:devices:/system.slice,1:name=systemd:/system.slice/xinetd.service root 4384 356 00:00:00 00:00 12915 cat
2:devices:/system.slice/SangforVMSTool.service,1:name=systemd:/system.slice/SangforVMSTool.service root 108056 356 00:00:00 00:00 12922 sleep 1
2:devices:/system.slice/SangforVMSTool.service,1:name=systemd:/system.slice/SangforVMSTool.service root 108056 356 00:00:00 00:00 12928 sleep 1
2:devices:/system.slice,1:name=systemd:/system.slice/xinetd.service root 115940 1144 00:00:00 00:00 12954 /bin/bash /usr/bin/check_mk_agent
2:devices:/system.slice,1:name=systemd:/system.slice/xinetd.service root 51732 1716 00:00:00 00:00 12955 ps ax -o cgroup:512,user:32,vsz,rss,cputime,etime,pid,command --columns 10000
2:devices:/system.slice,1:name=systemd:/system.slice/xinetd.service root 4392 360 00:00:00 00:00 12956 tr -s
- root 0 0 00:00:00 07:35 12975 [kworker/3:1]
1:name=systemd:/user.slice/user-0.slice/session-281.scope root 159648 6572 00:00:00 53:14 13279 sshd: root@pts/0
- root 0 0 00:00:00 30:23 13556 [kworker/0:1]
- root 0 0 00:00:00 11:09 15129 [kworker/6:1]
1:name=systemd:/user.slice/user-0.slice/session-282.scope root 115680 2084 00:00:00 14:36 18221 -bash
- root 0 0 00:00:00 06:42 20240 [kworker/1:1]
1:name=systemd:/user.slice/user-0.slice/session-281.scope root 115680 2260 00:00:00 52:24 20376 -bash
- root 0 0 00:00:00 37:07 21122 [kworker/7:1]
- root 0 0 00:00:00 01:18:53 21756 [kworker/5:2]
- root 0 0 00:00:00 17:54 21906 [kworker/7:0]
- root 0 0 00:00:00 02:33 22815 [kworker/3:2]
- root 0 0 00:00:00 21:35 23314 [kworker/1:2]
- root 0 0 00:00:08 12:36:21 23649 [kworker/u16:0]
- root 0 0 00:00:00 06:10 24927 [kworker/4:2]
- root 0 0 00:00:00 21:23 24929 [kworker/2:2]
- root 0 0 00:00:00 02:15 25859 [kworker/6:2]
- root 0 0 00:00:00 07:08:41 25911 [kworker/u16:2]
- root 0 0 00:00:00 17:21 26620 [kworker/6:0]
- root 0 0 00:00:00 05:34 29757 [kworker/0:2]
- root 0 0 00:00:00 13:05 30913 [kworker/3:0]
<<<mem>>>
MemTotal:       16265512 kB
MemFree:        11408204 kB
MemAvailable:   14672352 kB
Buffers:            2108 kB
Cached:          4180996 kB
SwapCached:            0 kB
Active:          3854528 kB
Inactive:         494408 kB
Active(anon):     579068 kB
Inactive(anon):   315356 kB
Active(file):    3275460 kB
Inactive(file):   179052 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:       8257532 kB
SwapFree:        8257532 kB
Dirty:             17508 kB
Writeback:             0 kB
AnonPages:        165644 kB
Mapped:            44288 kB
Shmem:            728592 kB
Slab:             175876 kB
SReclaimable:     126968 kB
SUnreclaim:        48908 kB
KernelStack:        3616 kB
PageTables:         5776 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    16390288 kB
Committed_AS:    1370948 kB
VmallocTotal:   34359738367 kB
VmallocUsed:       34368 kB
VmallocChunk:   34359701504 kB
Percpu:             1408 kB
HardwareCorrupted:     0 kB
AnonHugePages:     90112 kB
CmaTotal:              0 kB
CmaFree:               0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       69468 kB
DirectMap2M:    16707584 kB
<<<cpu>>>
0.79 0.73 0.70 2/213 12961 8
126868
<<<uptime>>>
936096.72 6596068.48
<<<lnx_if>>>
[start_iplink]
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
    link/ether fe:fc:fe:b6:b1:4a brd ff:ff:ff:ff:ff:ff
    inet 192.168.51.160/24 brd 192.168.51.255 scope global noprefixroute eth0
       valid_lft forever preferred_lft forever
    inet6 fe80::990a:1b3:3e9b:ef85/64 scope link noprefixroute
       valid_lft forever preferred_lft forever
[end_iplink]
<<<lnx_if:sep(58)>>>
  eth0: 502071686325 1078200167    0 468110    0     0          0         0 667189783760 593488196    0    0    0     0       0          0
    lo: 32673699785 154827998    0    0    0     0          0         0 32673699785 154827998    0    0    0     0       0          0
[lo]
        Link detected: yes
Address: 00:00:00:00:00:00
[eth0]
        Link detected: yes
Address: fe:fc:fe:b6:b1:4a
<<<tcp_conn_stats>>>
01 9
0A 9
06 9
<<<diskstat>>>
1690639968
 252       0 vda 665310 24 25754304 450708 11935794 779748 417207398 27822356 0 3233331 28273064
 252       1 vda1 2138 0 52634 521 17 0 4177 37 0 466 558
 252       2 vda2 663142 24 25698582 450172 11935777 779748 417203221 27822319 0 3232929 28272491
 253       0 dm-0 12445 0 4864831 61976 12675366 0 416971856 39070795 0 1833943 39139729
 253       1 dm-1 88 0 4408 17 0 0 0 0 0 11 17
 253       2 dm-2 650636 0 20825103 390438 40159 0 231365 61152 0 444396 451615
[dmsetup_info]
cl-swap 253:1 cl swap
cl-root 253:0 cl root
cl-mysql 253:2 cl mysql
<<<kernel>>>
1690639968
nr_free_pages 2851669
nr_alloc_batch 2060
nr_inactive_anon 78839
nr_active_anon 144881
nr_inactive_file 44763
nr_active_file 818865
nr_unevictable 0
nr_mlock 0
nr_anon_pages 18956
nr_mapped 11072
nr_file_pages 1045776
nr_dirty 4377
nr_writeback 0
nr_slab_reclaimable 31742
nr_slab_unreclaimable 12227
nr_page_table_pages 1541
nr_kernel_stack 226
nr_unstable 0
nr_bounce 0
nr_vmscan_write 0
nr_vmscan_immediate_reclaim 0
nr_writeback_temp 0
nr_isolated_anon 0
nr_isolated_file 0
nr_shmem 182148
nr_dirtied 1898030746
nr_written 32259276
numa_hit 36084697250
numa_miss 0
numa_foreign 0
numa_interleave 21203
numa_local 36084697250
numa_other 0
workingset_refault 0
workingset_activate 0
workingset_nodereclaim 0
nr_anon_transparent_hugepages 44
nr_free_cma 0
nr_dirty_threshold 1096816
nr_dirty_background_threshold 365605
pgpgin 12877152
pgpgout 208603699
pswpin 0
pswpout 0
pgalloc_dma 0
pgalloc_dma32 6502735650
pgalloc_normal 33117551024
pgalloc_movable 0
pgfree 39623140521
pgactivate 96842727
pgdeactivate 0
pgfault 68863064678
pgmajfault 902
pglazyfreed 0
pgrefill_dma 0
pgrefill_dma32 0
pgrefill_normal 0
pgrefill_movable 0
pgsteal_kswapd_dma 0
pgsteal_kswapd_dma32 0
pgsteal_kswapd_normal 0
pgsteal_kswapd_movable 0
pgsteal_direct_dma 0
pgsteal_direct_dma32 0
pgsteal_direct_normal 0
pgsteal_direct_movable 0
pgscan_kswapd_dma 0
pgscan_kswapd_dma32 0
pgscan_kswapd_normal 0
pgscan_kswapd_movable 0
pgscan_direct_dma 0
pgscan_direct_dma32 0
pgscan_direct_normal 0
pgscan_direct_movable 0
pgscan_direct_throttle 0
zone_reclaim_failed 0
pginodesteal 0
slabs_scanned 0
kswapd_inodesteal 0
kswapd_low_wmark_hit_quickly 0
kswapd_high_wmark_hit_quickly 0
pageoutrun 1
allocstall 0
pgrotated 2498879
drop_pagecache 0
drop_slab 0
numa_pte_updates 0
numa_huge_pte_updates 0
numa_hint_faults 0
numa_hint_faults_local 0
numa_pages_migrated 0
pgmigrate_success 0
pgmigrate_fail 0
compact_migrate_scanned 0
compact_free_scanned 0
compact_isolated 0
compact_stall 0
compact_fail 0
compact_success 0
htlb_buddy_alloc_success 0
htlb_buddy_alloc_fail 0
unevictable_pgs_culled 0
unevictable_pgs_scanned 0
unevictable_pgs_rescued 0
unevictable_pgs_mlocked 0
unevictable_pgs_munlocked 0
unevictable_pgs_cleared 0
unevictable_pgs_stranded 0
thp_fault_alloc 5591721
thp_fault_fallback 8624047
thp_collapse_alloc 7955
thp_collapse_alloc_failed 9292
thp_split 62780
thp_zero_page_alloc 2
thp_zero_page_alloc_failed 0
balloon_inflate 0
balloon_deflate 0
balloon_migrate 0
swap_ra 0
swap_ra_hit 0
cpu  46043336 67 39031286 660537281 40862 0 510711 73194 0 0
cpu0 4963741 7 4426536 83737142 5118 0 110056 10794 0 0
cpu1 6325427 14 5411415 81455168 4628 0 64143 9484 0 0
cpu2 6350118 8 5352539 81501224 5348 0 57044 9091 0 0
cpu3 6094000 7 5143923 81975954 5327 0 56004 8839 0 0
cpu4 5126934 9 4377145 83707637 5697 0 57055 8894 0 0
cpu5 5791983 1 4789699 82647425 4461 0 53780 8454 0 0
cpu6 5812824 1 4805907 82609592 5291 0 53424 8494 0 0
cpu7 5578307 16 4724119 82903135 4988 0 59202 9140 0 0
intr 4658958196 168 10 0 0 0 0 3 0 0 0 0 936194 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 11174693 0 3118967 0 126827110 2 108966642 2 104450342 2 107148679 2 111710921 2 104108871 2 104922924 2 112737010 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
ctxt 3685802449
btime 1689703871
processes 133149630
procs_running 3
procs_blocked 0
softirq 4843526102 12 2129874964 1 1035713992 11276751 0 229 234394951 0 1432265202
<<<md>>>
Personalities :
unused devices: <none>
<<<vbox_guest>>>
<<<job>>>
<<<haproxy:sep(44)>>>
# pxname,svname,qcur,qmax,scur,smax,slim,stot,bin,bout,dreq,dresp,ereq,econ,eresp,wretr,wredis,status,weight,act,bck,chkfail,chkdown,lastchg,downtime,qlimit,pid,iid,sid,throttle,lbtot,tracked,type,rate,rate_lim,rate_max,check_status,check_code,check_duration,hrsp_1xx,hrsp_2xx,hrsp_3xx,hrsp_4xx,hrsp_5xx,hrsp_other,hanafail,req_rate,req_rate_max,req_tot,cli_abrt,srv_abrt,comp_in,comp_out,comp_byp,comp_rsp,lastsess,last_chk,last_agt,qtime,ctime,rtime,ttime,
http-in,FRONTEND,,,2,1642,3000,11032667,9291853812,10244351996,0,0,89,,,,,OPEN,,,,,,,,,1,2,0,,,,0,0,0,355,,,,0,11853524,0,90,3172,0,,1,355,11856786,,,0,0,0,0,,,,,,,,
https-in,FRONTEND,,,3,548,3000,14692864,2628057957,251291538954,0,0,758561,,,,,OPEN,,,,,,,,,1,3,0,,,,0,1,0,375,,,,0,13769507,267,758718,723401,0,,3,371,15251893,,,0,0,0,0,,,,,,,,
api_servers,api_01,0,0,0,119,1500,12560502,5754153052,128505440069,,0,,0,1195,0,0,no check,1,1,0,,,,,1,1,4,1,,12560502,,2,2,,362,,,,2,12546632,0,7,12668,0,0,,,,0,0,,,,,1,,,0,0,12,106,
api_servers,api_02,0,0,0,151,1500,12560501,5756201837,128471907318,,0,,0,1235,0,0,no check,1,1,0,,,,,1,1,4,2,,12560501,,2,1,,363,,,,3,12547009,0,6,12251,0,0,,,,0,0,,,,,1,,,0,0,11,94,
api_servers,BACKEND,0,0,0,235,600,25121003,11510354889,256977347387,0,0,,0,2430,0,0,UP,2,2,0,,0,682099,0,,1,4,0,,25121003,,1,4,,725,,,,0,25093641,0,13,27349,0,,,,,0,0,0,0,0,0,1,,,0,0,16,147,
servers,srv01,0,0,0,47,1500,6770,3617421,254118712,,0,,0,0,0,0,no check,1,1,0,,,,,1,1,5,1,,5597,,2,0,,66,,,,0,6498,183,56,33,0,0,,,,0,0,,,,,3,,,0,0,50,58,
servers,BACKEND,0,0,0,48,600,6770,3617421,254118712,0,0,,0,0,0,0,UP,1,1,0,,0,682099,0,,1,5,0,,5597,,1,0,,66,,,,0,6498,183,56,33,0,,,,,0,0,0,0,0,0,3,,,0,0,50,58,
api_dev_servers,api_01,0,0,0,3,1500,522645,373820960,4092028465,,0,,1,0,6,0,no check,1,1,0,,,,,1,1,6,1,,522639,,2,0,,20,,,,0,522588,0,36,14,0,0,,,,0,0,,,,,42,,,0,0,2,281,
api_dev_servers,BACKEND,0,0,0,3,600,522639,373820960,4092028465,0,0,,1,0,6,0,UP,1,1,0,,0,682099,0,,1,6,0,,522639,,1,0,,20,,,,0,522588,0,36,15,0,,,,,0,0,0,0,0,0,42,,,0,0,2,281,
dev_servers,srv01,0,0,0,12,1500,421,850026,63517996,,0,,0,0,0,0,no check,1,1,0,,,,,1,1,7,1,,69,,2,0,,65,,,,0,285,84,52,0,0,0,,,,1,0,,,,,6116,,,0,3,114,121,
dev_servers,BACKEND,0,0,0,12,600,421,850026,63517996,0,0,,0,0,0,0,UP,1,1,0,,0,682099,0,,1,7,0,,69,,1,0,,65,,,,0,285,84,52,0,0,,,,,1,0,0,0,0,0,6116,,,0,3,114,121,

<<<local:sep(0)>>>
Connection closed by foreign host
[root@lb-log ~]#

Melakukan pengecekan firewall, firewall kalau bisa tidak offline, cukup di allow traffict masuk di port 6556 dari server monitoring

[root@lb-log ~]# firewall-cmd --list-all
FirewallD is not running
[root@lb-log ~]#

Selamat mencoba 🙂

Leave a Reply

Your email address will not be published. Required fields are marked *