amuck-landowner

Search results

  1. KuJoe

    How to monitor how many seconds server is down?

    This might be a good option: http://oss.oetiker.ch/smokeping/ Never used it, but I've heard good things. The only problem is that is based on a single probe so if the ping gets dropped it might not be because your VPS is offline but maybe the traffic between your VPS and the SmokePing server is...
  2. KuJoe

    Secure Dragon OpenVZ 128 MB (Chicago)

    @wlanboy, that wget should be much better. I'll see if there's anything going on with our Chicago network.
  3. KuJoe

    What do you tell people you do for a living?

    Nothing to see here. :) 
  4. KuJoe

    What do you tell people you do for a living?

    My official title at my day job is Server Tech so I say that or "I work in IT". For legal reasons I don't mention Secure Dragon in real life except to people I trust or don't know at all.
  5. KuJoe

    Adjusting swappiness a openvz vps?

    Swap = RAM for OpenVZ, it's not actually using swap on the hard drive so you're good.
  6. KuJoe

    Bash scripting help... Check disk space, send email when disk is XX% full.

    Here you go, just tested it and it works but I'm sure somebody here will have a more efficient method of doing it. :) Just change the device on the second line and change the servername and your e-mail on line 4. #!/bin/sh percentused=`df -h | grep "/dev/vda1" | awk '{print $5}' | rev | cut...
  7. KuJoe

    Keep Track of Your Services! (Lightweight PHP script)

    Thanks @splitice. I'll stick with OO for now.
  8. KuJoe

    Keep Track of Your Services! (Lightweight PHP script)

    What is ORM exactly? I checked out Google but I'm not finding anything specific to MySQL. I prefer OO when it comes to MySQLi because my limited exposure to prepared statements was too confusing for me.
  9. KuJoe

    Keep Track of Your Services! (Lightweight PHP script)

    I think my biggest issue with this script is the SQLite3 stuff, half of the documentation I found online didn't work and I was looking at it the wrong way. I'll go through the code again next week when I'm feeling 100% and probably rewrite it with authentication so it can be publicly accessible.
  10. KuJoe

    Keep Track of Your Services! (Lightweight PHP script)

    We mostly use WHMCS's MySQL Helpers for Wyvern since they don't support MySQLi yet. I am but luckily I invested many months into Wyvern before putting it into production versus this script which I threw together in about an hour and purposely focused on getting it working versus making it...
  11. KuJoe

    Keep Track of Your Services! (Lightweight PHP script)

    Ok, pushed an update so now the worst that somebody can do is edit and delete your whole database. LoL.
  12. KuJoe

    Keep Track of Your Services! (Lightweight PHP script)

    The script is not meant to be hosted on a public webserver or at the very least not publicly accessible. If somebody has access to your internal webserver then you have bigger problems than a script I threw together last night. I take security seriously but for this script, the only security...
  13. KuJoe

    Keep Track of Your Services! (Lightweight PHP script)

    Good catch, not a huge issue though but I'll get that fixed in a future update.
  14. KuJoe

    Keep Track of Your Services! (Lightweight PHP script)

    Maybe in the future, honestly I was looking for a script to replace an Excel spreadsheet and it does. :) I'm not comfortable with this yet, maybe in the future I'll explore that option but for now it's really not needed. Weird, I thought that SQLite3::escapeString prevented that. Either way, it...
  15. KuJoe

    Keep Track of Your Services! (Lightweight PHP script)

    Again, I don't see a problem unless I use the demo site for real usage.
  16. KuJoe

    Keep Track of Your Services! (Lightweight PHP script)

    I don't see a problem with it.
  17. KuJoe

    Keep Track of Your Services! (Lightweight PHP script)

    @splitice What's wrong with the code exactly? Should I assume users won't know the difference between text and HTML?
  18. KuJoe

    Keep Track of Your Services! (Lightweight PHP script)

    Here's a simple PHP script I put together to help me keep track of my VPSs, web hosting, dedicated servers, and colocated boxes. It's extremely basic for the moment, but it replaced me spreadsheet that I was using. The goal was simplistic (it uses SQLite so it's all file-based). I'll be adding...
  19. KuJoe

    Payza

    Sorry for go off topic, but I was looking up the website for Florida's Unclaimed Property and their domain is https://www.fltreasurehunt.org I just found that funny. :)
Top
amuck-landowner