Questions tagged [uptime]

102 questions
0
votes
0 answers

External monitoring shows outage in multiple regions & service types. Azure shows no outage

I'm using a service called Monitis to monitor the uptime of some of my web-based resources. Basically, it pings my resources from three geographic locations (West US, East US, and Mid US) and raises an alert if two or more them encounter ping times…
JLRishe
  • 111
  • 5
0
votes
2 answers

Monitoring server uptime with telegraf / grafana on windows

I'm aware that there are countless solutions for monitoring uptime on windows servers but I want to specifically ask about Influx's server agent, telegraf. We currently have a nice influxdb/grafana/telegraf stack monitoring our linux machines for…
scastbur
  • 1
  • 1
  • 4
0
votes
2 answers

Recommend monitoring service with public REST API and SMS alerts?

I need to monitor my service for uptime. My service can only do push notifications of it's status. Meaning, I can report to some 3rd party that I'm alive and well, but it cannot act as a server by itself, so no pinging it. Can you recommend existing…
omittones
  • 103
  • 2
0
votes
1 answer

How can I quickly quickly see a readable mysql uptime?

I'd like to quickly get uptime for mysql in a useful way, not just dump the seconds from GLOBAL STATUS and then do some math. Is there a way to accomplish this on Linux?
flickerfly
  • 2,753
  • 3
  • 25
  • 27
0
votes
2 answers

linux + uptime how to know the reboot date?

as all know with uptime we can capture the days that machine is up # uptime 12:08:19 up 93 days, 14:12, 1 user, load average: 0.38, 0.36, 0.40 what we actually need is to know the date of the reboot / restart for example - 21/5/2016 12:98 uptime…
dandan
  • 1,081
  • 4
  • 13
  • 21
0
votes
1 answer

Display uptimes on Zabbix screens

I'm struggling to find a proper way to display uptimes on a Zabbix screen. I have a screen displaying information about each running services health: CPU and memory consumption, and I would like to add the service uptime. The data itself is…
WhiteWinterWolf
  • 268
  • 5
  • 14
0
votes
3 answers

Converting a non-raid linux box to Raid, with minimal downtime

I want to convert a non-raid linux system to RAID1, using two new disks. I would like to do this with minimal downtime. Rather than adding the disks and shutting down to single user mode to copy data over is there any way to do this conversion…
DrStalker
  • 6,946
  • 24
  • 79
  • 107
0
votes
8 answers

Server Uptime before a reboot

I was just visiting a server at the datacenter and notied that it has been up(without a reboot) since last October (11 months). It is a VMHost running Windows Server 2003. Even if something has been running fine that long, should I reboot…
BLAKE
  • 706
  • 10
  • 26
0
votes
1 answer

Maintaining uptime on heroku

I'm sure this been asked many times before, but I can't find any previous questions here. We had an outage on our Heroku applications the EU last night. What techniques or strategies can we use to maintain a higher uptime when Heroku has major…
jamesj
  • 143
  • 2
  • 6
0
votes
1 answer

Strange overload on apache2 web server

I recently inherited a web server setup from another developer. Its basically the following: 2 web servers running apache 2 2 load balancers running nginx 2 database servers running MySQL Every week or so the apache web servers become unresponsive…
Ayman Farhat
  • 103
  • 3
0
votes
2 answers

monit displays false number from my uptime script

I've wrote a script for fetch real uptime and display in monit. But I think it displays just exit error status. My uptime script is: #!/bin/sh uptime=`uptime | awk -F " " '{print $3}'` echo $uptime exit $uptime When I run it in terminal result is…
Sencer H.
  • 562
  • 1
  • 8
  • 17
0
votes
3 answers

Apache uptime question

I've been doing web development for some time, but server admin has never been part of my job. I'm finding that more and more I need to learn about what is going on under the hood. Looking at server logs and stuff, I'm seeing some interesting things…
nedlud
  • 273
  • 2
  • 10
0
votes
5 answers

Monitor Windows workstation uptimes

I need a simple setup to monitor the usage of several Windows 7 machines in our office. Nothing fancy, I just need to know when they are turned on and off, and ideally have an overview of daily uptime hours for them. The software can either run…
olex
  • 103
  • 2
0
votes
1 answer

Is there a pingdom-like service that has hosts in Asia and South America

I am looking for a remote monitoring service, similar to pingdom, that has more global reach. Right now pingdom only has coverage for North America and Europe. Does anyone know of a competing service that has more global reach to South America and…
MikeJ
  • 1,381
  • 4
  • 13
  • 24
0
votes
1 answer

Fake Server Uptime (Linux/Windows)

Is it possible to fake the server uptime in any way (throttling the time).?(Linux/Windows). I guess it will cause serious troubles, still just wondering. -Cheers
SparX
  • 1,924
  • 12
  • 10