{"id":15019083,"url":"https://github.com/erigones/ludolph","last_synced_at":"2026-02-26T01:13:11.248Z","repository":{"id":8902299,"uuid":"10625050","full_name":"erigones/Ludolph","owner":"erigones","description":"Python Jabber Bot","archived":false,"fork":false,"pushed_at":"2020-09-30T17:49:36.000Z","size":940,"stargazers_count":40,"open_issues_count":2,"forks_count":7,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-10-29T22:32:19.844Z","etag":null,"topics":["bot","jabber","jabber-bot","monitoring","python","xmpp","zabbix"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/erigones.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-06-11T15:53:44.000Z","updated_at":"2023-10-28T16:06:41.000Z","dependencies_parsed_at":"2022-08-29T19:01:03.266Z","dependency_job_id":null,"html_url":"https://github.com/erigones/Ludolph","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erigones%2FLudolph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erigones%2FLudolph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erigones%2FLudolph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erigones%2FLudolph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erigones","download_url":"https://codeload.github.com/erigones/Ludolph/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237905567,"owners_count":19385037,"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":["bot","jabber","jabber-bot","monitoring","python","xmpp","zabbix"],"created_at":"2024-09-24T19:52:57.358Z","updated_at":"2025-10-24T03:30:17.114Z","avatar_url":"https://github.com/erigones.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Ludolph\n#######\n\nMonitoring Jabber Bot with `Zabbix \u003chttp://www.zabbix.com\u003e`_ support, completely written in Python.\n\n.. image:: https://badge.fury.io/py/ludolph.png\n    :target: http://badge.fury.io/py/ludolph\n\nFeatures\n--------\n\n* `Simple and modular design \u003chttps://github.com/erigones/Ludolph/wiki/How-to-create-a-plugin\u003e`_\n* `Alerts from Zabbix \u003chttps://github.com/erigones/Ludolph/wiki/How-to-configure-Zabbix-to-work-with-Ludolph\u003e`_\n* Multi-User Chat (XEP-0045)\n* Colorful messages (XEP-0071)\n* Attention (XEP-0224)\n* `Avatars (XEP-0084) \u003chttps://github.com/erigones/Ludolph/wiki/F.A.Q.#how-to-set-an-avatar\u003e`_\n* `Roster management and ACL configuration \u003chttps://github.com/erigones/Ludolph/wiki/User-subscription-management\u003e`_\n* `Webhooks and cron jobs \u003chttps://github.com/erigones/Ludolph/wiki/Webhooks-and-cron-jobs\u003e`_\n* `Plugins and commands \u003chttps://github.com/erigones/Ludolph/wiki/Plugins\u003e`_::\n\n    * ludolph.plugins.zabbix\n        * ack - acknowledge event with optional note\n        * alerts - show a list of current or previous zabbix alerts\n        * duty - show a list of users in duty user group\n        * groups - show a list of host groups\n        * hosts - show a list of hosts\n        * outage - show, create or delete maintenance periods\n        * zabbix-version - show version of Zabbix API\n\n    * ludolph.plugins.base\n        * about - details about this project\n        * at - list, add, or delete jobs for later execution\n        * attention - send XMPP attention to user/room\n        * avatar - list available avatars or set an avatar for Ludolph (admin only)\n        * broadcast - sent private message to every user in roster (admin only)\n        * help - show this help\n        * message - send new XMPP message to user/room\n        * remind - list, add, or delete reminders\n        * roster - list and manage users on Ludolph's roster (admin only)\n        * status - set Ludolph's status (admin only)\n        * uptime - show Ludolph uptime\n        * version - display version of Ludolph or registered plugin\n\n    * ludolph.plugins.muc\n        * invite - invite user or yourself to multi-user chat room (room admin only)\n        * kick - kick user from multi-user chat room (room admin only)\n        * motd - show, set or remove message of the day\n        * topic - set room subject (room admin only)\n\n    * ludolph.plugins.commands\n        * os-uptime - display system uptime\n\n\nInstallation\n------------\n\n- Install the latest released version using pip::\n\n    pip install ludolph\n\n - Or install the latest development version::\n\n    pip install https://github.com/erigones/ludolph/zipball/master\n\n- Make sure all dependencies (listed below) are installed (done automatically when installing via pip)\n\n- Create and edit the configuration file::\n\n    cp /usr/lib/python2.7/site-packages/ludolph/ludolph.cfg.example /etc/ludolph.cfg\n\n- The ``ludolph`` command should be installed somewhere in your ``PATH``.\n\n- Init scripts for Debian and RHEL based distributions are also available: https://github.com/erigones/Ludolph/tree/master/init.d\n\nSee `the complete install guide \u003chttps://github.com/erigones/Ludolph/wiki/How-to-install-and-configure-Ludolph\u003e`_ and `Zabbix integration guide \u003chttps://github.com/erigones/Ludolph/wiki/How-to-configure-Zabbix-to-work-with-Ludolph\u003e`_ for more info.\n\n\n**Dependencies:**\n\n- `ludolph-zabbix \u003chttps://github.com/erigones/ludolph-zabbix/\u003e`_ (1.5+)\n- `dnspython \u003chttp://www.dnspython.org/\u003e`_ (1.13.0+)\n- `sleekxmpp \u003chttp://sleekxmpp.com/\u003e`_ (1.1.11+)\n- `bottle \u003chttp://bottlepy.org/\u003e`_ (0.12.7+)\n\n\nLinks\n-----\n\n- Wiki: https://github.com/erigones/Ludolph/wiki\n- Bug Tracker: https://github.com/erigones/Ludolph/issues\n- Contribution guide: https://github.com/erigones/Ludolph/wiki/Contribution-guide\n- Google+ Community: https://plus.google.com/u/0/communities/112192048027134229675\n- Twitter: https://twitter.com/erigones\n\n\nLicense\n-------\n\nFor more information see the `LICENSE \u003chttps://github.com/erigones/Ludolph/blob/master/LICENSE\u003e`_ file.\n\nAvatars have been designed by `Freepik.com \u003chttp://www.freepik.com\u003e`_.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferigones%2Fludolph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferigones%2Fludolph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferigones%2Fludolph/lists"}