summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-system/myth_status.py
AgeCommit message (Collapse)AuthorFilesLines
2019-03-11LinHES-system: myth_status.py: add tuner nameBritney Fransen1-3/+4
2018-06-18LinHES-system: myth_status.py: add welcome messageBritney Fransen1-1/+3
2018-06-17LinHES-system: myth_status.py: adjust timezone for date mathBritney Fransen1-11/+8
2017-03-27LinHES-system: myth_status.py: convert timezone pulled from db to localBritney Fransen1-23/+31
2013-12-12LinHES-system: change myth_mtc.py to run in cron hourly to run more reliably ↵Britney Fransen1-2/+2
after system is down or is busy.
2013-12-11LinHES-system: myth_status.py: add support for color levels. refs #943 #945Britney Fransen1-3/+7
remove diskspace.cron as xymon now monitors and notifies disk levels
2013-11-27LinHES-system: myth_status.py Add in the ability to pick up system alerts ↵James Meyer1-82/+220
which are generated by xymon. The program will look for files placed in /home/xymon/var/login_notify and parse as needed. Files are generated by xymon by the file login_notify.py which is called via alerts.cfg Also myth_status got a bit of rearranging. Now the tuner & recording status info is in a class. refs #943 refs #945
2013-11-14LinHES-system: myth_status.py: remove padding for upcoming recordingsBritney Fransen1-3/+3
2013-11-13LinHES-system: myth_status.py: fix for Myth .27. closes #937Britney Fransen1-20/+26
2012-12-20LinHES-system: add be_check.py and modify LinHES-session to use it.James Meyer1-1/+1
This will stop mythfrontend/mythwelcome from starting if be_check can't connect to the master backend. Mostly this was done to stop mythfronted from complaining about not being able to contact the MBE and in the worst case displaying the DB connection configuration screen. refs #886
2012-09-22LinHES-system: myth_status.py: fix conflicted recordingsBritney Fransen1-8/+7
conflicted recordings would always trigger the except because len of an list iterator fails
2012-08-28LinHES-system: update myth_status.py to work with tuners in error. closes #843Britney Fransen1-7/+9
2012-04-15Merge branch 'testing' of git@linhes.org:linhes_pkgbuild into testingJames Meyer1-3/+3
Conflicts: abs/core/LinHES-system/PKGBUILD
2012-04-15linhes-system: myth_status.py, handle case where conflicts is null and catch ↵James Meyer1-5/+8
the excpetion
2012-04-12LinHES-system: myth_status.py: add call to diskspace.sh to warn user of full ↵Britney Fransen1-3/+3
disks.
2012-04-07LinHES-system: myth_status.py: limit upcoming recordings to 12Britney Fransen1-1/+7
2012-01-24linhes-system: myth-status.sh / .pyJames Meyer1-35/+64
Modify the shell script so that it only runs once per session Modify the python script for formatting Modify the python script to fix a bug when the next recording is more then 24 hours out. Anything more then 24 hours and the program would not account for it.
2011-12-07LinHES-system: include myth_status.py/.shJames Meyer1-0/+76
This program will give a very brief summary of upcoming recordings. If the system is a MBE it will be run at login and output will be displayed on the terminal.