OPNsense Forum

English Forums => Zenarmor (Sensei) => Topic started by: minifisch on July 15, 2026, 09:48:01 AM

Title: Zenarmor Cloud Agent service stopped even if not installed nor enabled
Post by: minifisch on July 15, 2026, 09:48:01 AM
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.


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?