parent
ed469dbb53
commit
1288b4bb09
2 changed files with 15 additions and 5 deletions
@ -1,9 +1,10 @@ |
|||||||
# Statesnap |
# Statesnap |
||||||
Ever had problem with running services after server reboot? |
Ever had to reboot server you don't know well and were anxoious about whether all services will startup? |
||||||
This script snaps state of things such as: |
This script might help by snaping state of things such as: |
||||||
- List of unique processes names |
- List of unique processes names |
||||||
- List of opened TCP/UDP ports along with proces name |
- List of opened TCP/UDP ports along with proces name |
||||||
- Firewall rules dump |
- Firewall rules dump |
||||||
- Routing table |
- Routing table |
||||||
|
- Mount points |
||||||
|
|
||||||
After restart, you can use the script to create diff's with latest snaps made, making it easy to find out what isn't working. |
After restart, you can use the script to view color diff's of latest snaps made, making it easy to find out what isn't working or missing. |
||||||
|
|||||||
Loading…
Reference in new issue