Skip to content

Repository files navigation

System Troubleshooter

PHP CLI tool for Linux system and network diagnostics.

Docker Usage

Build and run:

docker build -t system-troubleshooter .
docker run -it system-troubleshooter

Using docker-compose:

# Run all tests
docker-compose run troubleshooter

# Run specific test
docker-compose run troubleshooter php troubleshoot.php interfaces

# Interactive shell
docker-compose run troubleshooter bash

Manual PHP execution:

# All tests
php index.php

# Individual tests
php troubleshoot.php [os|interfaces|gateway|dns|ping-gateway|ping-external|ping-dns|firewall|devices]

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages