{"id":13875842,"url":"https://github.com/Its-Alex/ipmi-discover","last_synced_at":"2025-07-16T10:31:59.550Z","repository":{"id":97418101,"uuid":"129456485","full_name":"Its-Alex/ipmi-discover","owner":"Its-Alex","description":"🕵️  Scan with a DHCP server across network for IPMI and then return data about it","archived":false,"fork":false,"pushed_at":"2018-09-11T09:50:14.000Z","size":358,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-10T17:54:27.749Z","etag":null,"topics":["dhcp","docker","ipmi","ipmiping","ipmitool","kea","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Its-Alex.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2018-04-13T21:44:13.000Z","updated_at":"2024-03-07T09:58:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"3fb6eac0-c632-46af-a59a-99cbca813c8e","html_url":"https://github.com/Its-Alex/ipmi-discover","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/Its-Alex%2Fipmi-discover","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Its-Alex%2Fipmi-discover/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Its-Alex%2Fipmi-discover/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Its-Alex%2Fipmi-discover/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Its-Alex","download_url":"https://codeload.github.com/Its-Alex/ipmi-discover/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226122303,"owners_count":17576920,"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":["dhcp","docker","ipmi","ipmiping","ipmitool","kea","python"],"created_at":"2024-08-06T06:00:45.545Z","updated_at":"2024-11-24T03:31:26.802Z","avatar_url":"https://github.com/Its-Alex.png","language":"Python","funding_links":[],"categories":["Python","python"],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/Its-Alex/ipmi-discover.svg?branch=master)](https://travis-ci.org/Its-Alex/ipmi-discover)\n[![Docker Automated build](https://img.shields.io/docker/automated/itsalex/ipmi-discover.svg)](https://hub.docker.com/r/itsalex/ipmi-discover/)\n[![Docker Build Status](https://img.shields.io/docker/build/itsalex/ipmi-discover.svg)](https://hub.docker.com/r/itsalex/ipmi-discover/)\n\n# IPMI-Discover\n\nThis project aim to discover mac address of all IPMI asking IP address\n\n## Requirements\n\n* [docker](https://www.docker.com/)\n\n## Development\n\nLaunch image\n\n```\n$ docker-compose up -d\n```\n\nEnter inside container\n\n```\n$ docker-compose exec ipmi-discover bash\n```\n\nThis folder is synced with `/code/` in container so all python deps are inside\ncontainer\n\n## How to\n\nBy default this tool wait 60 seconds for kea to alloc ip then parse it's log\n\nTo use this image you must provide a kea configuration in the container at\n`/kea-config.json` and log to a **file**\n\nYou can change options from command execute `/launch-services.sh`:\n* **-t** or **--time** to change time to wait for kea alloc by default `60`\n* **--kea-log-output** to change where is store log by default `/var/log/kea-debug.log`\n* **--kea-start** command to launch kea by default `/usr/sbin/kea-dhcp4 -c /kea-config.json`\n\ndocker-compose example:\n\n```\nversion: '3'\nservices:\n  ipmi-discover:\n    image: itsalex/ipmi-discover\n    restart: unless-stopped\n    network_mode: host\n    command: /launch-services.sh -t 60\n    volumes:\n      - ./kea-config.json:/kea-config.json\n```\n\noutput:\n\n```json5\n[{\n\t\"vendor\": {\n\t\t\"description\": \"PcsCompu\",\n\t\t\"name\": \"PcsCompu\"\n\t},\n\t\"ip\": \"192.168.0.12\",\n\t\"mac\": \"08:00:27:8a:17:9b\",\n\t\"ipmi\": false\n}, {\n\t\"vendor\": {\n\t\t\"description\": \"PcsCompu\",\n\t\t\"name\": \"PcsCompu\"\n\t},\n\t\"ip\": \"192.168.0.12\",\n\t\"mac\": \"08:00:27:8a:17:9b\",\n\t\"ipmi\": false\n}]\n```\n\n## License\n[AGPL](https://en.wikipedia.org/wiki/Affero_General_Public_License)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FIts-Alex%2Fipmi-discover","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FIts-Alex%2Fipmi-discover","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FIts-Alex%2Fipmi-discover/lists"}