{"id":22745865,"url":"https://github.com/hadenlabs/ansible-role-monit","last_synced_at":"2026-05-08T13:06:39.555Z","repository":{"id":44865905,"uuid":"153013100","full_name":"hadenlabs/ansible-role-monit","owner":"hadenlabs","description":"Ansible role Monit","archived":false,"fork":false,"pushed_at":"2023-02-10T21:24:24.000Z","size":5018,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2025-02-05T07:24:51.766Z","etag":null,"topics":["ansible","ansible-role","hadenlabs","monit","notification","peru"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hadenlabs.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":"CONTRIBUTING.rst","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["hadenlabs"],"patreon":null,"open_collective":null,"ko_fi":"luismayta","tidelift":null,"community_bridge":null,"liberapay":"luismayta","issuehunt":null,"otechie":null,"custom":["https://www.paypal.me/luismayta","https://www.buymeacoffee.com/luismayta"]}},"created_at":"2018-10-14T19:54:43.000Z","updated_at":"2022-02-23T22:51:17.000Z","dependencies_parsed_at":"2022-09-10T01:50:26.172Z","dependency_job_id":null,"html_url":"https://github.com/hadenlabs/ansible-role-monit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadenlabs%2Fansible-role-monit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadenlabs%2Fansible-role-monit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadenlabs%2Fansible-role-monit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadenlabs%2Fansible-role-monit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hadenlabs","download_url":"https://codeload.github.com/hadenlabs/ansible-role-monit/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246277360,"owners_count":20751549,"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":["ansible","ansible-role","hadenlabs","monit","notification","peru"],"created_at":"2024-12-11T02:08:45.450Z","updated_at":"2026-05-08T13:06:34.506Z","avatar_url":"https://github.com/hadenlabs.png","language":"Go","funding_links":["https://github.com/sponsors/hadenlabs","https://ko-fi.com/luismayta","https://liberapay.com/luismayta","https://www.paypal.me/luismayta","https://www.buymeacoffee.com/luismayta"],"categories":[],"sub_categories":[],"readme":"Ansible Role Monit\n###################\n\n|Build Status| |Ansible Galaxy| |GitHub issues| |Average time to resolve an issue| |Percentage of issues still open| |GitHub license|\n\n:Version: 0.0.2\n:Web: https://github.com/lapositiva/ansible-role-monit\n:Download: https://github.com/lapositiva/ansible-role-monit\n:Source: https://github.com/lapositiva/ansible-role-monit\n:Keywords: ansible, monit\n\nAnsible Role Monit\n\n.. contents:: Table of Contents:\n    :local:\n\nHow To Use\n**********\n\nInstall it with the following command:\n\n.. code:: bash\n\n    $ ansible-galaxy install labpositiva.monit\n\nRole Variables\n==============\n\nHere is the list of all variables and their default values:\n\n.. list-table::\n   :widths: 20 40 40\n   :header-rows: 1\n\n   * - Name\n     - Default\n     - Description\n   * - value\n     - Value\n     - Value\n\nDependencies\n============\n\nnone\n\nExample Playbook\n================\n\nSee the `examples \u003c./examples/\u003e`__ directory.\n\nTo run this playbook with default settings, create a basic playbook like\nthis:\n\n.. code:: yaml\n\n    - hosts: servers\n      roles:\n        - labpositiva.monit\n\n\nDeveloping\n**********\n\nAdd code for changes\n\nRequirements\n============\n\n.. code-block::\n\n   $ make setup\n\nSetup\n=====\n\n.. code-block:: bash\n\n  λ cat .env-template \u003e .env\n  λ make setup\n  λ make build\n  λ make up\n\n\nEnvironment\n===========\n\n.. list-table::\n   :widths: 50 50\n   :header-rows: 1\n\n   * - Key\n     - Value\n   * - Key\n     - Value\n\nOthers\n======\n\nOther commands for developing are written in Makefile:\n\n.. code-block:: bash\n\n  λ make\n    \\{^_^}/ Commands\n      build                Build docker container by env\n      clean                clean Files compiled\n      documentation        Make Documentation\n      down                 remove containers docker by env\n      environment          Make environment for developer\n      env                  Show envs available\n      install              Install with var env Dependences\n      list                 List of current active services by env\n      lint                 Clean files unnecesary\n      test                 make test\n      up                   Up application by env\n      restart              Reload services\n      ssh                  Connect to container\n      stop                 stop containers docker by env\n      setup                Install dependences initial\n      verify_network       Verify network\n      help                 Show help text\n\nLicense\n*******\n\nMIT\n\nChangelog\n*********\n\nPlease see `CHANGELOG \u003cCHANGELOG.md\u003e`__ for more information what has\nchanged recently.\n\nContributing\n************\n\nPlease see `CONTRIBUTING \u003cCONTRIBUTING.md\u003e`__ for details.\n\nCredits\n*******\n\nMade with :heart: :coffee: and :pizza: by `labpositiva \u003chttps://github.com/labpositiva\u003e`__.\n\n-  `All Contributors \u003cAUTHORS\u003e`__\n\n.. |Build Status| image:: https://travis-ci.org/labpositiva/ansible-role-monit.svg\n   :target: https://travis-ci.org/labpositiva/ansible-role-monit\n.. |Ansible Galaxy| image:: https://img.shields.io/badge/galaxy-labpositiva.monit-blue.svg\n   :target: https://galaxy.ansible.com/labpositiva/monit/\n.. |GitHub issues| image:: https://img.shields.io/github/issues/labpositiva/ansible-role-monit.svg\n   :target: https://github.com/labpositiva/ansible-role-monit/issues\n.. |Average time to resolve an issue| image:: http://isitmaintained.com/badge/resolution/labpositiva/ansible-role-monit.svg\n   :target: http://isitmaintained.com/project/labpositiva/ansible-role-monit\n.. |Percentage of issues still open| image:: http://isitmaintained.com/badge/open/labpositiva/ansible-role-monit.svg\n   :target: http://isitmaintained.com/project/labpositiva/ansible-role-monit\n.. |GitHub license| image:: https://img.shields.io/github/license/mashape/apistatus.svg?style=flat-square\n   :target: LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhadenlabs%2Fansible-role-monit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhadenlabs%2Fansible-role-monit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhadenlabs%2Fansible-role-monit/lists"}