{"id":19011480,"url":"https://github.com/perrywerneck/udjat-module-information","last_synced_at":"2026-02-23T23:33:40.036Z","repository":{"id":44154204,"uuid":"366883603","full_name":"PerryWerneck/udjat-module-information","owner":"PerryWerneck","description":"Module information exporter for udjat","archived":false,"fork":false,"pushed_at":"2024-12-08T12:29:57.000Z","size":80,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-01T21:46:15.986Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"M4","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PerryWerneck.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-12T23:55:19.000Z","updated_at":"2024-11-22T11:05:15.000Z","dependencies_parsed_at":"2024-02-17T06:23:13.600Z","dependency_job_id":"32eb7400-ae92-4499-94fd-50cf1a48bb23","html_url":"https://github.com/PerryWerneck/udjat-module-information","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerryWerneck%2Fudjat-module-information","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerryWerneck%2Fudjat-module-information/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerryWerneck%2Fudjat-module-information/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerryWerneck%2Fudjat-module-information/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PerryWerneck","download_url":"https://codeload.github.com/PerryWerneck/udjat-module-information/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240042805,"owners_count":19738956,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T19:14:36.640Z","updated_at":"2026-02-23T23:33:39.989Z","avatar_url":"https://github.com/PerryWerneck.png","language":"M4","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Internal data exporter for udjat\n\nImplements 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.\n\n[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\n[![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)\n[![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)\n[![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)\n\n\n## Example (using [civetweb module](../../../udjat-module-civetweb) as http exporter):\n\nhttp://127.0.0.1:8989/api/1.0/info/modules.xml\n\n```xml\n\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\n\u003cresponse\u003e\n   \u003citem\u003e\n      \u003cbugreport type=\"string\"\u003eperry.werneck@gmail.com\u003c/bugreport\u003e\n      \u003cbuild type=\"signed\"\u003e20230224\u003c/build\u003e\n      \u003cdescription type=\"string\"\u003eCivetWEB 1.15 HTTP module for udjat\u003c/description\u003e\n      \u003cfilename type=\"string\"\u003e/usr/lib64/udjat/1.1/modules/udjat-module-civetweb.so\u003c/filename\u003e\n      \u003clocale type=\"string\"\u003elibudjathttpd-1.0\u003c/locale\u003e\n      \u003cmodule type=\"string\"\u003eudjat-module-civetweb\u003c/module\u003e\n      \u003cname type=\"string\"\u003ehttpd\u003c/name\u003e\n      \u003curl type=\"string\"\u003ehttps://github.com/PerryWerneck/udjat-module-civetweb\u003c/url\u003e\n      \u003cversion type=\"string\"\u003e1.0\u003c/version\u003e\n   \u003c/item\u003e\n   \u003citem\u003e\n      \u003cbugreport type=\"string\"\u003eperry.werneck@gmail.com\u003c/bugreport\u003e\n      \u003cbuild type=\"signed\"\u003e20230225\u003c/build\u003e\n      \u003cdescription type=\"string\"\u003eModule information\u003c/description\u003e\n      \u003cfilename type=\"string\"\u003e/usr/lib64/udjat/1.1/modules/udjat-module-information.so\u003c/filename\u003e\n      \u003cmodule type=\"string\"\u003eudjat-module-information\u003c/module\u003e\n      \u003cname type=\"string\"\u003einformation\u003c/name\u003e\n      \u003curl type=\"string\"\u003ehttps://github.com/PerryWerneck/udjat-module-information\u003c/url\u003e\n      \u003cversion type=\"string\"\u003e1.0\u003c/version\u003e\n   \u003c/item\u003e\n\u003c/response\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperrywerneck%2Fudjat-module-information","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fperrywerneck%2Fudjat-module-information","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperrywerneck%2Fudjat-module-information/lists"}