summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-system
AgeCommit message (Collapse)AuthorFilesLines
2014-01-05LinHES-session: stop mythfilldatabase from running on new slave installs.James Meyer2-6/+15
refs #953
2014-01-02LinHES-system: update menu names in linhes-update and gen_is_xmlBritney Fransen4-9/+9
2013-12-12LinHES-system: change myth_mtc.py to run in cron hourly to run more reliably ↵Britney Fransen8-58/+68
after system is down or is busy.
2013-12-11LinHES-system: myth_status.py: add support for color levels. refs #943 #945Britney Fransen3-10/+10
remove diskspace.cron as xymon now monitors and notifies disk levels
2013-12-10LinHES-system LinHES-start: add MYTH_RUN_STATUSBritney Fransen2-2/+3
2013-12-09LinHES-system: add msg that connection to mythbackend was made. Adjust the ↵James Meyer2-3/+9
timing of the be check just a bit
2013-12-03LinHES-system: systembackupJames Meyer3-28/+55
lh_system_backup_job. Fix sed problem when adjusting the meny xml . Changed > to -gt to force bash int test instead of string add timestamps to myth_mtc.py and general cleanup
2013-12-03LinHES-system: fix for x11vnc only sticking around for one sessionJames Meyer2-3/+3
added -forever refs #948
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-27func/LinHES-system: Move msg.cfg from the func package to LinHES-system.James Meyer2-5/+32
This was done because msg.cfg is used by msg_daemon which is in LinHES-system. msg.cfg is also used by the func module msg.py, but msg.py calls msg_client/msg_deamon.
2013-11-25LinHES-system:linhes_update.sh: add pkg name to help textBritney Fransen1-0/+1
2013-11-24LinHES-system: lh_system_backup_job: update sed to only change first match ↵Britney Fransen4-9/+12
for status description linhes_update: add some description texts and update some osd msgs
2013-11-20LinHES-system: add_storage.py: add music storage group. refs #941.Britney Fransen2-95/+66
Combine frontend SG and backend SG to all SGs or none. --add_sg option is new and is recognized in normal operation.
2013-11-16LinHES-system: misc_status_info.sh: fix log parsing. closes #939. refs #933.Britney Fransen6-173/+13
remove myth .24 detection remove LinHES-run as it isn't used anymore and was replaced by LinHES-session
2013-11-14LinHES-system: myth_status.py: remove padding for upcoming recordingsBritney Fransen2-5/+5
2013-11-13LinHES-system: myth_status.py: fix for Myth .27. closes #937Britney Fransen2-22/+28
2013-11-12LinHES-system: lh_system_backup_job: create copy of system_backups on second ↵Britney Fransen2-4/+29
disk if it exists. closes #936.
2013-11-09LinHES-system: add_storage.py: lookup_formate for --double_myth optionBritney Fransen2-2/+3
2013-11-08LinHES-system: add_storage.py: add more explaination of what the tool is ↵Britney Fransen2-52/+85
going to do and improve help text.
2013-11-06LinHES-system: lh_backend_control.sh: update OSD messageBritney Fransen2-7/+5
2013-11-06LinHES-system: rename video_stuff to artwork. ref #935Britney Fransen3-13/+13
2013-11-05LinHES-system: add_storage.py: add fstype to conf file on install and if it ↵Britney Fransen2-66/+125
is missing add it. closes #934 other cosmetic changes and clarifications
2013-10-29LinHES-system: remove switch_web.sh. supplemental-web is defaultBritney Fransen2-32/+2
2013-10-22LinHES-system: replace pacman -f with --force as pacman 4.1 doesn't support -f.Britney Fransen2-3/+3
2013-10-01LinHES-system: misc_status_config.py: fix logging errorBritney Fransen2-3/+4
2013-09-28LinHES-system: msg_daemon.py: make bottom positions scroll the same as the ↵Britney Fransen3-15/+26
top positions
2013-09-28LinHES-system: diskspace.sh: add OSD warnings for /home and /data/srv/mysqlBritney Fransen3-15/+12
2013-09-26LinHES-system: msg_daemon.py: initial support for y padding to compensate ↵Britney Fransen2-10/+11
for displays that overscan alot.
2013-09-26LinHES-system & func: Change OSD font to OverlockBritney Fransen4-20/+28
msg_client.py: if cmd is --print_list wait 1s for data to be returned from msg_daemon
2013-09-26LinHES-system: Change default OSD font to Overlock.Britney Fransen3-30/+5
2013-09-25LinHES-system: remove old LinHES-system.install and add ↵Britney Fransen3-14/+4
install_canter_font.sh to system.install
2013-09-25LinHES-system & func: change msg_client.py font to CanterBritney Fransen4-6/+32
LinHES-system: install_canter_font.sh: added to install Canter font
2013-09-23LinHES-system: LinHES-session: clean up and remove old commented out ↵Britney Fransen2-108/+37
sections and add status logging for some functions.
2013-09-18LinHES-system: msg_daemon.py: make top slots slide down from the top and ↵Britney Fransen2-16/+35
slide up to disappear.
2013-09-18LinHES-system: unclutter-toggle.sh: fix path to unclutter.Britney Fransen2-3/+3
2013-09-18LinHES-system: linhes_update2.sh: pacman 4.1 changed the -f option to --force.Britney Fransen3-4/+6
unclutter-toggle.sh: add osd notification.
2013-09-17LinHES-system: convert ripD_eject.sh and importfiles.sh to use msg_client.py ↵Britney Fransen3-25/+18
for OSD.
2013-09-17LinHES-system: msg_daemon.py: fix osd flash to the right before it scrolls ↵Britney Fransen3-14/+8
into place by moving osd off screen before showing
2013-09-16LinHES-system: move get_airplay_key, importfile.sh, myth2mkv, myth2mp3, and ↵Britney Fransen6-4/+688
ripD_eject.sh from linhes-scripts
2013-09-16LinHES-system: stop_xss.sh: google-chrome replaces chromiumBritney Fransen2-3/+3
2013-09-16LinHES-system: move stop_xss.sh from linhes-scripts.Britney Fransen2-2/+15
remove stop_xss.sh from linhes-scripts. Remove linhes-scripts as a dep of web-on-linhes and xbmc.
2013-09-16LinHES-system: msg_client.py: update usage textBritney Fransen3-24/+15
diskspace.sh: remove old osd settings
2013-09-16linhes-scripts: remove acl_fix.fstab.py as it isn't needed in R8.Britney Fransen1-4/+4
Remove linhes-scripts as a dep from LinHES-system, certmaster, e16_theme_settings and wmaker_settings as acl_fix_fstab.py was the reason for the dep.
2013-09-16LinHES-system: remove myth_mts.lr as rsyslog and log_care take care of log ↵Britney Fransen2-16/+2
rotation
2013-09-16LinHES-system: linhes_update*: update to use msg_client.pyBritney Fransen4-102/+51
2013-09-14LinHES-system, linhes-scripts: move linhes_update*.sh and mythwelcome-* to ↵Britney Fransen6-0/+220
LinHES-system forgot to add files
2013-09-14LinHES-system, linhes-scripts: move linhes_update*.sh and mythwelcome-* to ↵Britney Fransen1-2/+10
LinHES-system
2013-09-14LinHES-system, linhes-scripts: move idle.sh and xwin_find.sh to LinHES-system.Britney Fransen3-3/+224
LinHES-system: add gnu-netcat as dep for idle.sh.
2013-09-14LinHES-system, linhes-scripts,xymon: move find_orphans.py to LinHES-system ↵Britney Fransen5-66/+296
and update xymon dep.
2013-09-01LinHES-system: add checkXFSfrag.sh and weekly cron job. closes #929Britney Fransen3-3/+61