HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //etc/zabbix/zabbix_agentd.d/service_monitoring_via_systemctl.conf
# original source: https://raw.githubusercontent.com/aigarskadikis/zabbix_agentd.d/master/service_monitoring_via_systemctl.conf

UserParameter=services.systemctl,echo "{\"data\":[$(systemctl list-unit-files --type=service|grep \.service|grep -v "@"|sed -E -e "s/\.service\s+/\",\"{#STATUS}\":\"/;s/(\s+)?$/\"},/;s/^/{\"{#NAME}\":\"/;$ s/.$//")]}"

UserParameter=systemctl.status[*],systemctl status $1

UserParameter=systemctl.serviceuptime[*],echo $(($(date "+%s")-$(systemctl show $1 --property=ActiveEnterTimestamp | cut -d'=' -f2 | date "+%s" -f -)))