Het is mogelijk om systemd-units (standaard services) te ontdekken met Zabbix.
Het item dat moet worden gebruikt in de ontdekkingsregel is het
Deze item sleutel wordt alleen ondersteund in Zabbix-agent 2.
Dit item retourneert een JSON met informatie over systemd-eenheden, bijvoorbeeld:
[{
"{#UNIT.NAAM}": "mysqld.service",
"{#UNIT.BESCHRIJVING}": "MySQL-server",
"{#UNIT.LAADTOESTAND}": "geladen",
"{#UNIT.ACTIVETOESTAND}": "actief",
"{#UNIT.SUBTOESTAND}": "uitgevoerd",
"{#UNIT.VOLGEND}": "",
"{#UNIT.PAD}": "/org/freedesktop/systemd1/unit/mysqld_2eservice",
"{#UNIT.JOBID}": 0,
"{#UNIT.JOBTYPE}": "",
"{#UNIT.JOBPAD}": "/",
"{#UNIT.EENHEIDSFILETOESTAND}": "ingeschakeld"
}, {
"{#UNIT.NAAM}": "systemd-journald.socket",
"{#UNIT.BESCHRIJVING}": "Journal Socket",
"{#UNIT.LAADTOESTAND}": "geladen",
"{#UNIT.ACTIVETOESTAND}": "actief",
"{#UNIT.SUBTOESTAND}": "uitgevoerd",
"{#UNIT.VOLGEND}": "",
"{#UNIT.PAD}": "/org/freedesktop/systemd1/unit/systemd_2djournald_2esocket",
"{#UNIT.JOBID}": 0,
"{#UNIT.JOBTYPE}": "",
"{#UNIT.JOBPAD}": "/",
"{#UNIT.EENHEIDSFILETOESTAND}": "ingeschakeld"
}]
Since Zabbix 6.0.1 it is also possible to discover disabled systemd units. In this case three macros are returned in the resulting JSON:
To have items and triggers created from prototypes for disabled systemd units, make sure to adjust (or remove) prohibiting LLD filters for {#UNIT.ACTIVESTATE} and {#UNIT.UNITFILESTATE}.
De volgende macro's worden ondersteund voor gebruik in de filter van de ontdekkingsregel en prototypen van items, triggers en grafieken:
Macro | Omschrijving |
---|---|
{#UNIT.NAAM} | Primaire eenheid naam. |
{#UNIT.BESCHRIJVING} | Menselijk leesbare beschrijving. |
{#UNIT.LAADTOESTAND} | Laadtoestand (bijv. of het eenheidsbestand succesvol is geladen) |
{#UNIT.ACTIVETOESTAND} | Actieve toestand (bijv. of de eenheid momenteel gestart is of niet) |
{#UNIT.SUBTOESTAND} | Subtoestand (een meer gedetailleerde versie van de actieve toestand die specifiek is voor het eenheidstype, wat de actieve toestand niet is) |
{#UNIT.VOLGEND} | Eenheid die in zijn toestand gevolgd wordt door deze eenheid, als er een is; anders een lege string. |
{#UNIT.PAD} | Eenheid objectpad. |
{#UNIT.JOBID} | Numeriek taak-ID als er een taak in de wachtrij staat voor de taakeenheid; anders 0. |
{#UNIT.JOBTYPE} | Type taak. |
{#UNIT.JOBPAD} | Taak objectpad. |
{#UNIT.EENHEIDSFILETOESTAND} | De installatietoestand van het eenheidsbestand. |
Item-prototypen die kunnen worden aangemaakt op basis van systemd service-ontdekking zijn onder andere:
{#UNIT.DESCRIPTION} actieve toestand info
; item sleutel: systemd.unit.info["{#UNIT.NAME}"]
{#UNIT.DESCRIPTION} laadtoestand info
; item sleutel: systemd.unit.info["{#UNIT.NAME}",LaadToestand]
systemd.unit.info
agentitems worden ondersteund vanaf Zabbix 4.4.