Skip to content

Commit

Permalink
update README with missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
jantman committed Jun 27, 2017
1 parent cce5661 commit 019d9be
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -26,6 +26,7 @@ file.
* __dumpFirefoxSession.php__ - Script to dump all URLs from a Firefox3 sessionstore.js file as text or HTML
* __dumpMysqlGrants.sh__ - Script to dump all grants from a MySQL server, for input into another.
* __dump_skype_logs.py__ - Script to dump all Skype logs from a main.db file to HTML
* __dump_sphinx_objects_inventory.py__ - Process URL for intersphinx targets and emit html or text.
* __ec2-list-all-tags.py__ - Using boto3, list all distinct tag names on all EC2 instances in all regions.
* __find_outdated_puppets.py__ - Script to look at a Puppet Dashboard unhidden-nodes.csv and extract the latest report time for each node, optionally, list nodes with runtime BEFORE a string.
* __find_test_order_problems.py__ - Script to run tests multiple times and analyze JUnit results XML, to find tests with order-dependent failures.
Expand All @@ -40,6 +41,7 @@ file.
* __github_label_setup.py__ - script to setup a given set of labels on all of your (or an org's) GitHub repos.
* __gmvault_link_labels.py__ - Script to iterate over ALL messages in a [GMVault](http://gmvault.org/) backup DB directory and symlink them into per-label per-thread directories.
* __har_urls.py__ - Script to dump all URLs and their status codes from a JSON [HTTP Archive (HAR)](http://www.softwareishard.com/blog/firebug/http-archive-specification/) file, such as those generated by the [Firebug NetExport extension](http://getfirebug.com/wiki/index.php/Firebug_Extensions#NetExport)
* __hipchat_date_history.py__ - Python script to retrieve HipChat room history for a specific date.
* __htmldata.py__ - Perl library to manipulate HTML or XHTML documents, required by mw2html-auth
* __increment_zone_serial__ - This script updates/increments the bind zone file serial number in a file specified as the first argument
* __ismerged__ - shell script that takes a git branch name, and tells if it is merged into master or not
Expand All @@ -61,13 +63,15 @@ file.
* __mw2html-auth__ - Produce an HTML version (standalone backup/export) of a MediaWiki site that's behind authentication
* __nagios_log_problem_interval.pl__ - Chart intervals between problem and recovery from Nagios/Icinga logs
* __nmap-xml-to-table.php__ - Script to transform multiple nmap XML output files (presumably of the same host/port range with different scan options) into a HTML table
* __pacman_compare.py__ - Compare packages in two files containing ``pacman -Q`` output. Ignores versions.
* __pagerduty_list_incidents.py__ - Python script to list and filter PagerDuty incidents.
* __print-cmd.sh__ - Simple script to log environment variables and original command for forced ssh commands
* __print-cmd-wrapper.c__ - C wrapper like cmd-wrapper.c, but just echoes back the command that was called
* __pushover__ - script to wrap execution of a command and send [Pushover](https://pushover.net/) and ``notify-send`` notifications about its duration and exit code.
* __quick_cloudtrail.py__ - Python script to parse AWS CloudTrail log JSON files and search for a user, IP, request ID, etc.
* __README.VCS__ - Note on my CVS/SVN to github migration
* __rebuild_srpm.sh__ - Script to rebuild a SRPM 1:1, useful when you want to build a RHEL/CentOS 6 SRPM on a RHEL/CentOS 5 system that doesn't support newer compression (cpio: MD5 sum mismatch)
* __reconcile_git_repos.py__ - Script to reconcile the state of GitHub repos with local repos (from a private or other git server).
* __reviewboard_reminder_mail.py__ - ReviewBoard - Script to send reminder emails for any open reviews, targeted at a specific group, not updated in more than X days.
* __route53_ddns_update.sh__ - Bash script to update Route53 dynamic DNS
* __rss_to_mail_config.py__ - sample configuration file for rss_to_mail.py*
Expand Down Expand Up @@ -105,6 +109,8 @@ file.
* __watch_cloudformation.py__ - Python script to watch a CloudFormation stack's events, and exit when the CF stack update or create finishes. Optional notification via PushOver.
* __watch_elasticsearch.py__ - Python script to watch an ElasticSearch cluster's status and exit/notify when the status changes. Optional notifivation via PushOver.
* __watch_jenkins.py__ - Python script using python-jenkins (https://pypi.python.org/pypi/python-jenkins) to watch a job (specified by URL), and exit 0 on success or 1 on failure. Optional notification via PushOver.
* __watts_up_pro_logger.py__ - Logs data from a Watts Up Pro USB data collector to a file, and optionally to a Graphite instance.
* __whendoiwork.py__ - Script to find all git repositories in a list of local filesystem paths, iterate over all commits in them (in the last N days), and build a histogram of the day of week and hour of day of your commits (using information from your git configuration).
* __where_is_my_pi_zero.py__ - Python script to find in-stock Raspberry Pi Zero
* __wiki-to-deckjs.py__ - simple, awful script to change markdown-like (very restricted markup set) markup to deck.js-ready html
* __wordpress_daily_post.php__ - Script to publish the oldest post with a given status, if no other post has been published in 24 hours. Intended to be run via cron on weekdays
Expand Down
3 changes: 2 additions & 1 deletion watts_up_pro_logger.py
Expand Up @@ -3,7 +3,8 @@
Watts Up Pro Logger
===================
Logs a few status messages from a Watts Up Pro USB data collector to a file.
Logs data from a Watts Up Pro USB data collector to a file, and optionally to a
Graphite instance.
NOTE: Values will be transformed. I.e. the communication protocol returns
watts in 1/10 W, but we log/output Watts.
Expand Down

0 comments on commit 019d9be

Please sign in to comment.