Monitoring solution for external cheap-ass shared hosting [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 8 years ago. Improve this question Some friends of mine started hosting their first startup’s code on an extremely DB-constrained shared hosting with surprisingly good customer support; this means … Read more

Setting Low Disk Space Alerts on Windows Server 2008 for specific partition

Based on this question, I need a similair solution for myself (I used Mark Pettibone’s answer), however I want to limit it to only specific partitions. I imagine I have to use something different for the source instead of srv, but I have no idea what I need to pick. Answer You can start off … Read more

Alerting on threshold crossing?

We are using logstash + elasticsearch + Kibana to parse, store and view our logs respectively. Now, we want a notification/alert when a threshold for a particular log or threshold for a particular field (after parsing) is crossed. Eg: On a server number of logins per day is max 5. Now we want a notification … Read more

Website Monitoring of Tor Onion Services [closed]

Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 11 months ago. Improve this question How can I monitor the uptime of my website’s tor hidden service endpoint so I get … Read more

How to setup a robocall when your server is down? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for … Read more

Internet Connection

I have two Internet Broadband Connections with Load Balancing Server. Is there any tool available so I can monitor my internet connections and alert me for connection up/down status incase if any connection goes down. Answer I monitor the external router IPs with Pingdom. It seems to work, just allow ICMP from pingdom’s public IP … Read more

SQL Server Alert Based On Severity Level Not Working

I am new to SQL Server alerts, and I am trying to setup an alert based on the severity level, that should run a job and send notifications. In order to test if the alert works correctly I have downloaded a sample corrupted database from http://blogs.msdn.com/b/sqlserverstorageengine/archive/2007/04/17/example-corrupt-database-to-play-with.aspx, and I have restored the database and issued a … Read more

Modify swatch conf files to match multiple lines below a match

We use swatch for reading PHP logs and email them to us. Currently it emails one single line of the error, but fails to match the next few lines of stack trace. For example: for log file like this: .. Line1: PHP Fatal error: something bad happened in /php/files/whoami.php Line2: PHP Stack trace: Line3: PHP … Read more