ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    server / service down notification?

    IT Discussion
    4
    12
    1.3k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Mike DavisM
      Mike Davis
      last edited by

      I'm looking for a program/service that will alert me if a server or service running on a server is down. Any recommendations?

      dafyreD 1 Reply Last reply Reply Quote 3
      • dafyreD
        dafyre @Mike Davis
        last edited by

        @Mike-Davis said in server / service down notification?:

        I'm looking for a program/service that will alert me if a server or service running on a server is down. Any recommendations?

        For Offsite or On-Site?

        For Offsite, Pingdom.com is nice for ping and Website monitoring.

        1 Reply Last reply Reply Quote 0
        • coliverC
          coliver
          last edited by

          Most of the open source solutions will do this. But if you need it quick you can do this with Powershell or Bash.

          1 Reply Last reply Reply Quote 1
          • Mike DavisM
            Mike Davis
            last edited by

            This is for servers inside a firewall. On some of them we just need to know if they have been down for more than a reboot. On others we need to get a notification if a certain service goes down.

            Mike DavisM 1 Reply Last reply Reply Quote 0
            • Mike DavisM
              Mike Davis @Mike Davis
              last edited by

              I'd rather not do some kind of powershell thing because if the server or ISP goes down, I won't get an alert.

              coliverC 1 Reply Last reply Reply Quote 0
              • dafyreD
                dafyre
                last edited by

                Zabbix or Nagios seem a bit heavy for this, but maybe either of those are worth a look?

                1 Reply Last reply Reply Quote 1
                • coliverC
                  coliver @Mike Davis
                  last edited by

                  @Mike-Davis said in server / service down notification?:

                  I'd rather not do some kind of powershell thing because if the server or ISP goes down, I won't get an alert.

                  So you'll want to do something off the network? Centreon, Nagios, or Zabbix, are all pretty capable of doing this. You'll just need to open the monitoring port on the firewall to the monitoring server.

                  1 Reply Last reply Reply Quote 0
                  • Mike DavisM
                    Mike Davis
                    last edited by

                    It pretty much has to be off network. We have a number of clients with 20+ servers. Some of them have redundant ISP connections, some don't. We don't want something that is going to send us 20 alerts telling us that 20 servers are down if the internet connection is down. On the other hand, we would like an email telling us that the entire site is down. The simple ping tests that are used for web servers won't work because most of the servers are not internet facing.

                    coliverC 1 Reply Last reply Reply Quote 0
                    • coliverC
                      coliver @Mike Davis
                      last edited by coliver

                      @Mike-Davis said in server / service down notification?:

                      It pretty much has to be off network. We have a number of clients with 20+ servers. Some of them have redundant ISP connections, some don't. We don't want something that is going to send us 20 alerts telling us that 20 servers are down if the internet connection is down. On the other hand, we would like an email telling us that the entire site is down. The simple ping tests that are used for web servers won't work because most of the servers are not internet facing.

                      Not sure about this then, you'd probably still get the server errors in addition to the entire site being down. If you allow the port (Zabbix uses 10050 and 10051 for instance) you can make your monitoring available from offsite.

                      dafyreD 1 Reply Last reply Reply Quote 0
                      • dafyreD
                        dafyre @coliver
                        last edited by dafyre

                        @coliver said in server / service down notification?:

                        @Mike-Davis said in server / service down notification?:

                        It pretty much has to be off network. We have a number of clients with 20+ servers. Some of them have redundant ISP connections, some don't. We don't want something that is going to send us 20 alerts telling us that 20 servers are down if the internet connection is down. On the other hand, we would like an email telling us that the entire site is down. The simple ping tests that are used for web servers won't work because most of the servers are not internet facing.

                        Not sure about this then, you'd probably still get the server errors in addition to the entire site being down. If you allow the port (Zabbix uses 10050 and 10051 for instance) you can make your monitoring available from offsite.

                        You can also set up a small Zabbix Proxy for this too. That way firewall ports only go to one machine, and IIRC, the Proxy can encrypt the traffic.

                        @Mike-Davis said in server / service down notification?:

                        We don't want something that is going to send us 20 alerts telling us that 20 servers are down if the internet connection is down. On the other hand, we would like an email telling us that the entire site is down. The simple ping tests that are used for web servers won't work because most of the servers are not internet facing.

                        In Zabbix, you can set up trigger (alert) dependencies... so that if >15 servers at the site are up, then it's not a site wide problem, so only alert for the 5 servers that are down.

                        If there are > 15 servers DOWN, then it probably is a site wide problem, send the site-wide alert...

                        Plus, with Zabbix, you can check for any service to be started / stopped, etc.

                        coliverC 1 Reply Last reply Reply Quote 0
                        • coliverC
                          coliver @dafyre
                          last edited by

                          @dafyre said in server / service down notification?:

                          @coliver said in server / service down notification?:

                          @Mike-Davis said in server / service down notification?:

                          It pretty much has to be off network. We have a number of clients with 20+ servers. Some of them have redundant ISP connections, some don't. We don't want something that is going to send us 20 alerts telling us that 20 servers are down if the internet connection is down. On the other hand, we would like an email telling us that the entire site is down. The simple ping tests that are used for web servers won't work because most of the servers are not internet facing.

                          Not sure about this then, you'd probably still get the server errors in addition to the entire site being down. If you allow the port (Zabbix uses 10050 and 10051 for instance) you can make your monitoring available from offsite.

                          You can also set up a small Zabbix Proxy for this too. That way firewall ports only go to one machine, and IIRC, the Proxy can encrypt the traffic.

                          @Mike-Davis said in server / service down notification?:

                          We don't want something that is going to send us 20 alerts telling us that 20 servers are down if the internet connection is down. On the other hand, we would like an email telling us that the entire site is down. The simple ping tests that are used for web servers won't work because most of the servers are not internet facing.

                          In Zabbix, you can set up trigger (alert) dependencies... so that if >15 servers at the site are up, then it's not a site wide problem, so only alert for the 5 servers that are down.

                          If there are > 15 servers DOWN, then it probably is a site wide problem, send the site-wide alert...

                          Plus, with Zabbix, you can check for any service to be started / stopped, etc.

                          I had Nagios setup in the past but Zabbix looks to be a bit more powerful.

                          1 Reply Last reply Reply Quote 1
                          • momurdaM
                            momurda
                            last edited by

                            OpenNMS, Spiceworks Network Monitor, Nagios

                            1 Reply Last reply Reply Quote 0
                            • 1 / 1
                            • First post
                              Last post