Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
-changed server to be a string instead of being split by periods
  • Loading branch information
Jason Bruce committed Aug 9, 2012
1 parent d437fb7 commit 6ac9e4c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion septic_tank/scripts/apache.test.server.py
Expand Up @@ -23,7 +23,7 @@
'hostname' : '_ti',
'client_ip' : '_ti',
'uri' : '_tp',
'server' : '_ti',
'server' : '_s',
'file' : '_tp',
'serve_time' : '_l', }

Expand Down
2 changes: 1 addition & 1 deletion septic_tank/scripts/celery.test.server.py
Expand Up @@ -31,7 +31,7 @@
stdout = STDOutput()
jsout = JSONOutput(sort_keys=True, indent=2)
solr_typemap = { 'date' : '_dt',
'server' : '_ti',
'server' : '_s',
'file' : '_tp',
'celery_task' : '_ti' }

Expand Down
2 changes: 1 addition & 1 deletion septic_tank/scripts/pgbouncer.test.server.py
Expand Up @@ -23,7 +23,7 @@
'dbconnection' : '_s',
'database' : '_s',
'user' : '_s',
'server' : '_ti',
'server' : '_s',
'file' : '_tp',
'port' : '_l', }

Expand Down
2 changes: 1 addition & 1 deletion septic_tank/scripts/postgres.test.server.py
Expand Up @@ -54,7 +54,7 @@
'module' : '_ti',
'client_ip' : '_ti',
'uri' : '_tp',
'server' : '_ti',
'server' : '_s',
'file' : '_tp', }
solr = SOLROutput('http://localhost:8080/solr/medley',
typemap=solr_typemap,
Expand Down

0 comments on commit 6ac9e4c

Please sign in to comment.