diff --git a/app/templates/agents.php b/app/templates/agents.php index 9aa52ae..4f9c7bc 100644 --- a/app/templates/agents.php +++ b/app/templates/agents.php @@ -1,94 +1,94 @@ - -
No agents on this host.
- - -No agents on this host.
+ + +Click a button to display data from the agent.+
Click a button to display data from the agent.
- Jilo is a software tools suite developed by - Lindeas Ltd. designed to help in maintaining a Jitsi Meet platform. -
-It consists of several parts meant to run together, although some of them can be used separately.
-- This is the command-line tool for extracting information about important events from the Jitsi Meet log files, - storing them in a database and searching through that database. -
-- Jilo is written in Bash and has very minimal external dependencies. That means that you can run it on almost - any Linux system with jitsi log files. -
-It can either:
-+ Jilo is a software tools suite developed by + Lindeas Ltd. designed to help in maintaining a Jitsi Meet platform. +
+It consists of several parts meant to run together, although some of them can be used separately.
++ This is the command-line tool for extracting information about important events from the Jitsi Meet log files, + storing them in a database and searching through that database. +
++ Jilo is written in Bash and has very minimal external dependencies. That means that you can run it on almost + any Linux system with jitsi log files. +
+It can either:
++ The Jilo Agent is a small program, written in Go. It runs on remote servers in the Jitsi Meet platform, + and provides info about the operation of the different components of the platform. +
++ Jilo Web is the web app that combines all the information received from Jilo and Jilo Agents and shows + statistics and graphs of the usage, the events and the issues. +
++ It is a multi-user web tool with user levels and access rights integrated into it, making it suitable + for the different levels in an enterprise. +
++ Jilo Server is a server component written in Go, meant to work alongside Jilo Web. It is responsible for + all automated tasks - health checks, periodic retrieval of data from the remote Jilo Agents, etc. +
++ It generally works on the same machine as the web interface Jilo Web and shares its database, although + if needed it could be deployed on a separate machine. +
+- The Jilo Agent is a small program, written in Go. It runs on remote servers in the Jitsi Meet platform, - and provides info about the operation of the different components of the platform. -
-- Jilo Web is the web app that combines all the information received from Jilo and Jilo Agents and shows - statistics and graphs of the usage, the events and the issues. -
-- It's a multi-user web tool with user levels and access rights integrated into it, making it suitable - for the different levels in an enterprise. -
-- Jilo Server is a server component written in Go, meant to work alongside Jilo Web. It is responsible for - all automated tasks - health checks, periodic retrieval of data from the remote Jilo Agents, etc. -
-- It generally works on the same machine as the web interface Jilo Web and shares its database, although - if needed it could be deployed on a separate machine. -
-IP address | -Network | -Reason | -Added by | -Added on | -Expires | -Actions | -
---|---|---|---|---|---|---|
= htmlspecialchars($ip['ip_address']) ?> | -= $ip['is_network'] ? 'Yes' : 'No' ?> | -= htmlspecialchars($ip['reason']) ?> | -= htmlspecialchars($ip['created_by']) ?> | -= htmlspecialchars($ip['created_at']) ?> | -= $ip['expiry_time'] ? htmlspecialchars($ip['expiry_time']) : 'Never' ?> | -
- |
-
- Note: These settings can be modified in the RateLimiter class configuration. -
IP sddress | -Username | -Attempted at | -
---|---|---|
= htmlspecialchars($attempt['ip_address']) ?> | -= htmlspecialchars($attempt['username']) ?> | -= htmlspecialchars($attempt['attempted_at']) ?> | -
IP address | +Network | +Description | +Added by | +Added on | +Actions | +
---|---|---|---|---|---|
= htmlspecialchars($ip['ip_address']) ?> | += $ip['is_network'] ? 'Yes' : 'No' ?> | += htmlspecialchars($ip['description']) ?> | += htmlspecialchars($ip['created_by']) ?> | += htmlspecialchars($ip['created_at']) ?> | +
+ |
+
IP address | +Network | +Reason | +Added by | +Added on | +Expires | +Actions | +
---|---|---|---|---|---|---|
= htmlspecialchars($ip['ip_address']) ?> | += $ip['is_network'] ? 'Yes' : 'No' ?> | += htmlspecialchars($ip['reason']) ?> | += htmlspecialchars($ip['created_by']) ?> | += htmlspecialchars($ip['created_at']) ?> | += $ip['expiry_time'] ? htmlspecialchars($ip['expiry_time']) : 'Never' ?> | +
+ |
+
+ Note: These settings can be modified in the RateLimiter class configuration. +
+IP sddress | +Username | +Attempted at | +
---|---|---|
= htmlspecialchars($attempt['ip_address']) ?> | += htmlspecialchars($attempt['username']) ?> | += htmlspecialchars($attempt['attempted_at']) ?> | +