Add notes for 2018-12-17

This commit is contained in:
2018-12-17 22:35:55 +02:00
parent 8443c2c86c
commit 2c7ee40e8d
3 changed files with 68 additions and 8 deletions

View File

@ -369,4 +369,32 @@ $ grep -o -E 'session_id=[A-Z0-9]{32}:ip_addr=54.70.40.11' dspace.log.2018-12-05
- Also, I notice they ended up registering a Handle (they had been considering taking KnowledgeArc's advice to *not* use Handles!)
- Did some coordination work on the hotel bookings for the January AReS workshop in Amman
## 2018-12-17
- Linode alerted me twice today that the load on CGSpace (linode18) was very high
- Looking at the nginx logs I see a few new IPs in the top 10:
```
# zcat --force /var/log/nginx/*.log /var/log/nginx/*.log.1 | grep -E "17/Dec/2018" | awk '{print $1}' | sort | uniq -c | sort -n | tail -n 10
927 157.55.39.81
975 54.70.40.11
2090 50.116.102.77
2121 66.249.66.219
3811 35.237.175.180
4590 205.186.128.185
4590 70.32.83.92
5436 2a01:4f8:173:1e85::2
5438 143.233.227.216
6706 94.71.244.172
```
- `94.71.244.172` and `143.233.227.216` are both in Greece and use the following user agent:
```
Mozilla/3.0 (compatible; Indy Library)
```
- I see that I added this bot to the Tomcat Crawler Session Manager valve in 2017-12 so its XMLUI sessions are getting re-used
- `2a01:4f8:173:1e85::2` is some new bot called `BLEXBot/1.0` which should be matching the existing "bot" pattern in the Tomcat Crawler Session Manager regex
<!-- vim: set sw=2 ts=2: -->