Hi ALL
How do I capture SIGNALS on Linux Box using a script means to say that my Linux box is up or down or rebooted or crashed so that it will send a mail to me saying that the machine is down or rebooted
Any Clue
Regards
Kaushal
Kaushal Shriyan wrote:
Hi ALL
How do I capture SIGNALS on Linux Box using a script means to say that
"signal" is a technical term un Unix with a meaning different from what I think you mean.
my Linux box is up or down or rebooted or crashed so that it will send a mail to me saying that the machine is down or rebooted
You can use a package called "mon" to monitor services (including on other systems) to see what's running and to detect problems.
To detect when a system's rebooted, just add a script to /etc/init.d (use others as a guide) to send you email when it's run. Don't forget to enable it using chkconfig.
Is there a way in Gnome to setup shortcut keys using the Windows Key such as Win + R or Win + E. Gnome seems to treat the Window key as a normal key and not a modifier, so you can only assign a single shortcut to it.
Thanks
I'm trying to get postgresql on FC5 test3, but I seam to get a hang of the new alternative system that is used. Please, could somebody give me a hint.
Regards Uno Engborg
Uno Engborg wrote:
I'm trying to get postgresql on FC5 test3, but I seam to get a hang of the new alternative system that is used. Please, could somebody give me a hint.
Regards Uno Engborg
The best place for resolving FC5T3 issues is on the fedora-test-list. For actual problems that depart from the way the program used to work but no longer works as expected, bugzilla.redhat.com is the place to file reports to get programs fixed or at least problems identified.
Jim
John Summerfield wrote:
Kaushal Shriyan wrote:
Hi ALL
How do I capture SIGNALS on Linux Box using a script means to say that
"signal" is a technical term un Unix with a meaning different from what I think you mean.
my Linux box is up or down or rebooted or crashed so that it will send a mail to me saying that the machine is down or rebooted
You can use a package called "mon" to monitor services (including on other systems) to see what's running and to detect problems.
To detect when a system's rebooted, just add a script to /etc/init.d (use others as a guide) to send you email when it's run. Don't forget to enable it using chkconfig.
Where would I find the mon package? It doesn't seem to be part of the normal FC4 set.