An open API service indexing awesome lists of open source software.

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

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.

[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![CodeQL](https://github.com/PerryWerneck/udjat-module-information/actions/workflows/codeql.yml/badge.svg?branch=develop)](https://github.com/PerryWerneck/udjat-module-information/actions/workflows/codeql.yml)
[![MinGW](https://github.com/PerryWerneck/udjat-module-information/actions/workflows/msys2.yml/badge.svg)](https://github.com/PerryWerneck/udjat-module-information/actions/workflows/msys2.yml)
[![build result](https://build.opensuse.org/projects/home:PerryWerneck:udjat/packages/udjat-module-information/badge.svg?type=percent)](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

```