About Site Monitor
A snippet for displaying various data from website and display it where you want it.
Information
Released
January 22, 2019
Supported Database
MySQL
License
GPLv2
Instructions
Sitemonitor is a snippet to send or receive data from modx installation.
Has two functionalities:
Usage
Display data
Available properties
Property | Description --- | --- &add | Json array of additional values you want to add &key | String used for encrypt data
Read data
Put snipet anywhere where you want to display data from other sites
Available properties
Property | Description --- | --- &sites | Comma separated list of all url-s where sitemonitor is located| / &key | String used for decrypt data. Must be the same as string used for encrypting data &tpl | Main chunk wrapper templatePlaceholders: rows &tplRow | Template chunk for each data section Placeholders: site_name, url, version, distro,log_size, extensionsCount, poweredby_header, log_preview, extensions &tplExtRow | Template chubk for individual extension Placeholders: name, version, release
Plans for the future
- cache data and results for better performance
- check extensions for upgrades
- highlight extensions used in all websites and unique ones
- add more data like: users count, last edited date, ...
- select number of rows for log preview
- add option to display log only
New in 1.0.1-beta
Initial content