🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 06:56:16 | PHP 8.1.34
📂
/ (Root)
/
opt
/
imunify360
/
venv
/
lib
/
python3.11
/
site-packages
/
im360
/
simple_rpc
📍 /opt/imunify360/venv/lib/python3.11/site-packages/im360/simple_rpc
🔄 Refresh
✏️
Editing: health.py
Read Only
import time from defence360agent.api import health from defence360agent.rpc_tools.lookup import RootEndpoints, bind from defence360agent.utils import Scope class HealthEndpoints(RootEndpoints): SCOPE = Scope.IM360 @bind("health") async def health(self): h = health.sensor.status(time.time()) return h._asdict()
💾 Save Changes
❌ Cancel