{"id":13641393,"url":"https://github.com/monitoring-plugins/monitoring-plugins","last_synced_at":"2026-01-02T17:21:00.959Z","repository":{"id":1813832,"uuid":"2737998","full_name":"monitoring-plugins/monitoring-plugins","owner":"monitoring-plugins","description":"A suite of Monitoring Plugins (formerly known as nagios-plugins)","archived":false,"fork":false,"pushed_at":"2025-05-08T08:55:16.000Z","size":15210,"stargazers_count":494,"open_issues_count":163,"forks_count":283,"subscribers_count":54,"default_branch":"master","last_synced_at":"2025-05-08T09:40:53.533Z","etag":null,"topics":["autoconf","c","icinga","icinga-plugin","icinga2","icinga2-plugin","monitoring","naemon","nagios","nagios-plugin","nagios-plugins","perl"],"latest_commit_sha":null,"homepage":"https://www.monitoring-plugins.org","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"mmottl/ocaml-makefile","license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/monitoring-plugins.png","metadata":{"files":{"readme":"README","changelog":"NEWS","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":"SUPPORT","governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2011-11-08T23:13:33.000Z","updated_at":"2025-05-08T08:55:21.000Z","dependencies_parsed_at":"2023-10-03T18:26:48.555Z","dependency_job_id":"2b7e422f-62c2-4ef4-a09a-3c5b8013266f","html_url":"https://github.com/monitoring-plugins/monitoring-plugins","commit_stats":null,"previous_names":[],"tags_count":37,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monitoring-plugins%2Fmonitoring-plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monitoring-plugins%2Fmonitoring-plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monitoring-plugins%2Fmonitoring-plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monitoring-plugins%2Fmonitoring-plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/monitoring-plugins","download_url":"https://codeload.github.com/monitoring-plugins/monitoring-plugins/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254346624,"owners_count":22055808,"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":["autoconf","c","icinga","icinga-plugin","icinga2","icinga2-plugin","monitoring","naemon","nagios","nagios-plugin","nagios-plugins","perl"],"created_at":"2024-08-02T01:01:20.370Z","updated_at":"2026-01-02T17:21:00.917Z","avatar_url":"https://github.com/monitoring-plugins.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"Monitoring Plugins\n==================\n\n* For instructions on installing these plugins for use with your monitoring\n  system, see below.  In addition, generic instructions for the GNU\n  toolchain can be found in the `INSTALL` file.\n\n* For major changes between releases, read the `NEWS` file.\n\n* For information on detailed changes that have been made or plugins\n  that have been added, read the `ChangeLog` file.\n\n* Some plugins require that you have additional programs or\n  libraries installed on your system before they can be used.  Plugins that\n  are dependent on other programs/libraries that are missing are usually not\n  compiled.  Read the `REQUIREMENTS` file for more information.\n\n* Individual plugins are self-documenting.  All plugins that comply with\n  the basic guidelines for development will provide detailed help when\n  invoked with the `-h` or `--help` options.\n\nYou can check the latest plugins at:\n\n* \u003chttps://www.monitoring-plugins.org/\u003e\n\nSend an email to \u003chelp@monitoring-plugins.org\u003e for assistance.  Please\ninclude the OS type and version that you are using.  Also, run the plugin\nwith the `-vvv` option and provide the resulting version information.  Of\ncourse, there may be additional diagnostic information required as well.\nUse good judgment.\n\nSend an email to \u003cdevel@monitoring-plugins.org\u003e for developer discussions.\n\nFor patch submissions and bug reports, please use the appropriate resources\nat:\n\n* \u003chttps://github.com/monitoring-plugins\u003e\n\n\nInstallation Instructions\n-------------------------\n\n1.  If you are using the Git tree, you will need m4, gettext, automake, and\n    autoconf.  To start out, run:\n\n    \t./tools/setup\n\n    For more detail, see the developer guidelines at\n    \u003chttps://www.monitoring-plugins.org/doc/guidelines.html\u003e.\n\n2.  Run the configure script to initialize variables and create a Makefile,\n    etc.\n\n    \t./configure --prefix=BASEDIRECTORY --with-cgiurl=SOMEURL\n\n    Replace `BASEDIRECTORY` with the path of the directory under which your\n    monitoring system is installed (default is `/usr/local`), and replace\n    `SOMEURL` with the path used to access the monitoring system CGIs with a\n    web browser (default is `/nagios/cgi-bin`).\n\n3.  Compile the plugins with the following command:\n\n    \tmake\n\n4.  Install the compiled plugins and plugin scripts with the following\n    command:\n\n    \tmake install\n\n    The installation procedure will attempt to place the plugins in a\n    `libexec/` subdirectory in the base directory you specified with the\n    `--prefix` argument to the configure script.\n\n5.  There are some plugins that require setuid.  If you run make install as\n    a non-root user, they will not be installed.  To install, switch to root\n    and run:\n\n    \tmake install-root\n\nThat's it!  If you have any problems or questions, feel free to send an\nemail to \u003chelp@monitoring-plugins.org\u003e.\n\n\nLicense Notice\n--------------\n\nYou can redistribute and/or modify this software under the terms of the GNU\nGeneral Public License as published by the Free Software Foundation; either\nversion 3 of the License, or (at your option) any later version; with the\nadditional exemption that compiling, linking, and/or using OpenSSL is\nallowed.\n\nThis software is distributed in the hope that it will be useful, but WITHOUT\nANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\nFITNESS FOR A PARTICULAR PURPOSE.\n\nSee the `COPYING` file for the complete text of the GNU General Public\nLicense, version 3.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonitoring-plugins%2Fmonitoring-plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmonitoring-plugins%2Fmonitoring-plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonitoring-plugins%2Fmonitoring-plugins/lists"}