[Bug 47591] Generate alerts if theoretically impossible or unwanted logging occurs

2014-02-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47591

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

 CC||nu...@wikimedia.org,
   ||tneg...@wikimedia.org
  Component|EventLogging|EventLogging
   Assignee|o...@wikimedia.org   |wikibugs-l@lists.wikimedia.
   ||org
Product|MediaWiki extensions|Analytics

--- Comment #3 from Andre Klapper aklap...@wikimedia.org ---
[moving from MediaWiki extensions to Analytics product - see bug 61946]

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 47591] Generate alerts if theoretically impossible or unwanted logging occurs

2013-04-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47591

--- Comment #1 from Ori Livneh o...@wikimedia.org ---
Here's one:

count(page-impression) = count(page-save-attempt) = count(page-save-success)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 47591] Generate alerts if theoretically impossible or unwanted logging occurs

2013-04-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47591

--- Comment #2 from Ori Livneh o...@wikimedia.org ---
Super-simple approach: a repository which consists of a single script and a
'sql' subdirectory. The subdirectory contains SQL queries, one to a file. Each
query should return a boolean. When the script is launched, it iterates through
these queries and executes each in turn against the database. If any query
returns 0, an e-mail alert is sent. A cron job ensures the script is invoked at
regular intervals.

If we had this, Steven and Dario would be able to add and remove assertions
very easily, using git rm / git add and git review. I'd use puppet to configure
a cron job to keep the repository state up-to-date.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 47591] Generate alerts if theoretically impossible or unwanted logging occurs

2013-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47591

Steven Walling swall...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
   Severity|normal  |enhancement

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l