Skip to content
View trwatson's full-sized avatar

Block or report trwatson

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. rasplapse rasplapse Public

    timelapse script for raspberry pi

    Shell

  2. ZabbixMySQL ZabbixMySQL Public

    Zabbix MySQL Monitoring Scripts and Templates

    Python 1 1

  3. Zabbix Agent Restart via zabbix_get Zabbix Agent Restart via zabbix_get
    1
    #!/bin/bash
    2
    agentAddr="$1"
    3
    #use zabbix server address here if you're not in aws using an ENI
    4
    eniAddr=10.10.10.5
    5
    sanityCheck=$(zabbix_get -s ${agentAddr} -k system.run["service zabbix-agent status"] -I ${eniAddr} 2>&1)
  4. NagiosMonitoring NagiosMonitoring Public

    Shell