Hi,
I have setup some new proxmox hosts with the latest iso and updated it, however as I am calling the services API with:
https://$APINODE:8006/api2/json/nodes/$TARGETNODE/services | jq
I am seeing the following results:
```
{
"unit-state": "not-found",
"service": "syslog",
"state": "dead",
"desc": "syslog.service",
"name": "syslog",
"active-state": "inactive"
},
```
and
```
{
"unit-state": "not-found",
"desc": "systemd-timesyncd.service",
"state": "dead",
"service": "systemd-timesyncd",
"active-state": "inactive",
"name": "systemd-timesyncd"
}
```
So I am getting an alarm in the Monitoring Service.
I have read that the systemd-timesyncd is replaced with chrony and I supposed syslog is replaced with journald.
So I am asking why are these 2 still there and how can I remove it from the API?
thanks Martin
I have setup some new proxmox hosts with the latest iso and updated it, however as I am calling the services API with:
https://$APINODE:8006/api2/json/nodes/$TARGETNODE/services | jq
I am seeing the following results:
```
{
"unit-state": "not-found",
"service": "syslog",
"state": "dead",
"desc": "syslog.service",
"name": "syslog",
"active-state": "inactive"
},
```
and
```
{
"unit-state": "not-found",
"desc": "systemd-timesyncd.service",
"state": "dead",
"service": "systemd-timesyncd",
"active-state": "inactive",
"name": "systemd-timesyncd"
}
```
So I am getting an alarm in the Monitoring Service.
I have read that the systemd-timesyncd is replaced with chrony and I supposed syslog is replaced with journald.
So I am asking why are these 2 still there and how can I remove it from the API?
thanks Martin