<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: System shutdown alert email. in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/system-shutdown-alert-email/m-p/3200145#M73364</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can try nagios (&lt;A href="http://www.nagios.org)" target="_blank"&gt;www.nagios.org)&lt;/A&gt; to monitor your sites from a central server. This will sound an alarm or send an email when one of your servers goes down.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;&lt;BR /&gt;Robert</description>
    <pubDate>Wed, 25 Feb 2004 09:35:50 GMT</pubDate>
    <dc:creator>Robert Binkhorst</dc:creator>
    <dc:date>2004-02-25T09:35:50Z</dc:date>
    <item>
      <title>System shutdown alert email.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/system-shutdown-alert-email/m-p/3200140#M73359</link>
      <description>I am trying a script that sends an email alert to the admin when a REDHAT linux system shutdown occurs. &lt;BR /&gt;Can any one help me out with this.&lt;BR /&gt;&lt;BR /&gt;Is there any other solution to archieve this?&lt;BR /&gt;I know through ups daemon it is possible.Any other option</description>
      <pubDate>Mon, 23 Feb 2004 22:40:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/system-shutdown-alert-email/m-p/3200140#M73359</guid>
      <dc:creator>Nuwan Wijesundera</dc:creator>
      <dc:date>2004-02-23T22:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: System shutdown alert email.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/system-shutdown-alert-email/m-p/3200141#M73360</link>
      <description>Hello Nuwan,&lt;BR /&gt;&lt;BR /&gt;my SuSE Linux has a /etc/rc.d/halt.local to put in all the local shutdown stuff. If Redhat does not have this you would need to plug a K(ill) script in one of the individual rcx.d directories.&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin</description>
      <pubDate>Mon, 23 Feb 2004 23:13:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/system-shutdown-alert-email/m-p/3200141#M73360</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2004-02-23T23:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: System shutdown alert email.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/system-shutdown-alert-email/m-p/3200142#M73361</link>
      <description>At any point before sendmail is shut down you can do this:&lt;BR /&gt;&lt;BR /&gt;put a standard startup script in /etc/init.d&lt;BR /&gt;&lt;BR /&gt;In the stop section, have it use sendmail to send you an email. Use the fullpath of all commands.&lt;BR /&gt;&lt;BR /&gt;cd to the shutdown directory and use ln -s to make a soft link to your script. Make sure the new file starts with a capital K&lt;BR /&gt;&lt;BR /&gt;It will email you unless someon yanks the plug out of the UPS or pulls the NIC cable or turns off the switch.&lt;BR /&gt;&lt;BR /&gt;There are always circumstances that will cause you a problem. Thats why computer rooms have operators.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 24 Feb 2004 00:49:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/system-shutdown-alert-email/m-p/3200142#M73361</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-02-24T00:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: System shutdown alert email.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/system-shutdown-alert-email/m-p/3200143#M73362</link>
      <description>Personally, I think it is better to get one machine to monitor another and alert if it can't be contacted.  There are so many reasons why a machine shutting down wouldn't be able to send an e-mail that it is too unreliable to depend on.</description>
      <pubDate>Tue, 24 Feb 2004 01:59:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/system-shutdown-alert-email/m-p/3200143#M73362</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-02-24T01:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: System shutdown alert email.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/system-shutdown-alert-email/m-p/3200144#M73363</link>
      <description>I share Mark's opinion. I have server room with several dozens of servers. windows, unix, linux + some network swithces that are vital for our business. I have added simple script in two linux servers cron that uses ping and grep to verify if a device stops responding and third linux server have gnokii(GNU software) and nokia cellphone attached with serial cable to enable alerts with sms immidiatedly telling me which server has stopped responding. topology of these three servers is that one is primary monitoring server that monitors all devices. other is secondary that monitors primary. Sms linux server is in third computer to prevent sms flush comparing if same computer would be able to monitor and send sms and would be disconnected from the netrowk... There are some weaknesses but it's cost are minimal and have allready shown its efficiency saving a lot of working hours from employees in form of minimal responce time to server room problems day and night. Linux here is REDHAT.</description>
      <pubDate>Wed, 25 Feb 2004 02:22:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/system-shutdown-alert-email/m-p/3200144#M73363</guid>
      <dc:creator>Toni Niemi</dc:creator>
      <dc:date>2004-02-25T02:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: System shutdown alert email.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/system-shutdown-alert-email/m-p/3200145#M73364</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can try nagios (&lt;A href="http://www.nagios.org)" target="_blank"&gt;www.nagios.org)&lt;/A&gt; to monitor your sites from a central server. This will sound an alarm or send an email when one of your servers goes down.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;&lt;BR /&gt;Robert</description>
      <pubDate>Wed, 25 Feb 2004 09:35:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/system-shutdown-alert-email/m-p/3200145#M73364</guid>
      <dc:creator>Robert Binkhorst</dc:creator>
      <dc:date>2004-02-25T09:35:50Z</dc:date>
    </item>
  </channel>
</rss>

