Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
aliveNotifier
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
kpetersn
aliveNotifier
Graph
78343205c9aabc2f838ce32cb3ccb751cfb9ae8b
Select Git revision
Branches
1
master
default
protected
1 result
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
16
Feb
17
Dec
19
Nov
17
Oct
30
Jun
26
20
May
15
14
Added note about notifyGnome3 being worthless when called from cron
master
master
an.py needs a path to it
Added cron.sh script.
Added cron
Added README.md
Added notifications for gnome3
Make linux email notifications the default (2014-12-17)
Corrected usage
Ignored txt files
Allow more than 4 args to be passed. Added test script.
Modified an.py to use new XML elements (status and duration) rather than the old timers
Added alived-notify on Oct 24, 2014
Increased hb period from 10 to 15
Switched back to not using curl. Added comment about using curl to work around proxy problems.
Switched to using curl to grab the xml file. Python was having trouble when the script was run from the cron job.
Modified test.py to use curl instead of python for grabbing the xml. Seems to fix the problem.
Added test.py, a script to troubleshoot why an.py stopped working when called from cron on OS X.
Handle IOError when opening URL.
Improved email notification. Added link to ioc's alive page.
Ignored .svn
Handle xml parse error. Added notifyEmail and notifyCombo functions.
Improved the up/down detection logic. Max up detection delay is the polling period. Max down detection delay is the polling period plus the heartbeat period.
Added url to OS X notification
Use time from xml instead of time.asctime()
Initial commit of an.py, which works on the console and OS X.
Loading