The company I work with currently has 10 windows boxes running various in house scripts, however occasionally one goes down and no one notices for periods of up to 24 hours because the data that is manufactured is only gathered on weekly intervals. Does anyone know of a management system that will notify when a box goes down and possibly shoot uptime and response statistics back to a web management system on a linux box?
相关问题
- Cmd/PowerShell/SQL server: Is there any way to see
- /proc/uptime in Mac OS X
- How to use GNU make --max-load on a multicore Linu
- OSX: programmatically get uptime?
- Getting iOS system uptime, that doesn't pause
相关文章
- Cmd/PowerShell/SQL server: Is there any way to see
- /proc/uptime in Mac OS X
- How to use GNU make --max-load on a multicore Linu
- OSX: programmatically get uptime?
- Getting iOS system uptime, that doesn't pause
- ktime_get()等效于用户空间(ktime_get() equivalent in user
- 知道,如果运行时间定时器复位或Android已经重新启动(Know if uptime timer
- !UpTime Twitch command (TwitchBot C#)
I would have a bash script call ping on the machines and email me (or whomever is responsible) when a box goes down.
There are many.
I use Nagios for monitoring Windows and Linux servers. You might also look into Zenoss. Both are open source.
I've seen IPMonitor in use, and it is a very good tool (but expensive). Nagios is a free alternative, and it's supposed to be quite good, but I've never used it myself.
http://www.pingdom.com/ is simple to use and you get a 30 day trial - 9.95 a month gets you a lot if you decide to sign on. have it for all my apps
I know nmap has a way of showing you the machine's uptime when you use the OS fingerprinting option.