Tagged Questions
3
votes
2answers
1k views
Bash script to detect when my server is down or offline
Background : I need to receive an alert when my server is down. When the server is down, maybe the Sysload collector will not be able to send any alert. To receive an alert when the server is down, I ...
2
votes
6answers
548 views
Linux server monitoring software
The dedicated server I'm looking after started to crash occasionally, I suspect because of overload, so I need some performance/resource based monitoring software, preferably with web interface, ...
1
vote
1answer
343 views
Make top shows only server process
Can I make top show info about the web and db servers? Can it be done by piping the pids to the top? They can be many process from every one?!? Or is there any better method for this?