https://github.com/perrywerneck/udjat-module-information
Module information exporter for udjat
https://github.com/perrywerneck/udjat-module-information
Last synced: 4 months ago
JSON representation
Module information exporter for udjat
- Host: GitHub
- URL: https://github.com/perrywerneck/udjat-module-information
- Owner: PerryWerneck
- License: gpl-3.0
- Created: 2021-05-12T23:55:19.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-08T12:29:57.000Z (over 1 year ago)
- Last Synced: 2025-01-01T21:46:15.986Z (over 1 year ago)
- Language: M4
- Homepage:
- Size: 78.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
# Internal data exporter for udjat
Implements a libudjat worker (for httpd and other services) showing the internals of a libudjat based application, the modules loaded, the available workers, factories and services, the agent's firstlevel and global, etc.
[](https://www.gnu.org/licenses/gpl-3.0)
[](https://github.com/PerryWerneck/udjat-module-information/actions/workflows/codeql.yml)
[](https://github.com/PerryWerneck/udjat-module-information/actions/workflows/msys2.yml)
[](https://build.opensuse.org/package/show/home:PerryWerneck:udjat/udjat-module-information)
## Example (using [civetweb module](../../../udjat-module-civetweb) as http exporter):
http://127.0.0.1:8989/api/1.0/info/modules.xml
```xml
perry.werneck@gmail.com
20230224
CivetWEB 1.15 HTTP module for udjat
/usr/lib64/udjat/1.1/modules/udjat-module-civetweb.so
libudjathttpd-1.0
udjat-module-civetweb
httpd
https://github.com/PerryWerneck/udjat-module-civetweb
1.0
perry.werneck@gmail.com
20230225
Module information
/usr/lib64/udjat/1.1/modules/udjat-module-information.so
udjat-module-information
information
https://github.com/PerryWerneck/udjat-module-information
1.0
```