Zenarmor Cloud Agent service stopped even if not installed nor enabled

Started by minifisch, Today at 09:48:01 AM

Previous topic - Next topic
Hi,
I have encountered the not running service Zenarmor Cloud Agent on a few of our 26.4 installations in the wild, even if os-sensei-agent is not installed as a package.
This results in a false-positive in our monitoring, because OPNsense reports this service as "enabled". We do not want to use the cloud agent neither would we like to have it installed on those systems.

  • Package os-sensei-agent ist not installed
  • OPNsense 26.4.1p1_3
  • os-sensei 2.6.1

Excerpt of pluginctl -S 
    {
        "name": "senpai",
        "description": "Zenarmor Cloud Agent",
        "configd": {
            "restart": [
                "zenarmor senpai restart"
            ],
            "start": [
                "zenarmor senpai start"
            ],
            "stop": [
                "zenarmor senpai stop"
            ],
            "status": [
                "zenarmor senpai status"
            ]
        },
        "pidfile": "/usr/local/zenarmor/run/zenarmor-agent.pid",
        "status": "senpai is not running."
    },

How can we disable the service entirely?