This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Generating 2000 flows to 107.21.143.121 | |
Traceback (most recent call last): | |
File "send_flows.py", line 17, in <module> | |
File "/usr/lib/python2.7/socket.py", line 187, in __init__ | |
socket.error: [Errno 24] Too many open files | |
Error in sys.excepthook: | |
Traceback (most recent call last): | |
File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 58, in apport_excepthook | |
ImportError: No module named tempfile |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#TITLE: Generated from users system | |
#SUB_TITLE: Generated from users system | |
#START_TIME_RECEIVED: If time is not specified, we'd auto create based off the time we create it | |
#END TIME: If not specified, we leave empty | |
#TAGS: Generated from users system for association, if none specified, we add to a generic tag like "External Email" | |
#LINK_RELATIONSHIP: Generated from users system | |
#LINK: Generated from users system | |
#NOTES: Generated from users system |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## | |
### Copyright 2011, Boundary | |
### | |
### Licensed under the Apache License, Version 2.0 (the "License"); | |
### you may not use this file except in compliance with the License. | |
### You may obtain a copy of the License at | |
### | |
### http://www.apache.org/licenses/LICENSE-2.0 | |
### | |
### Unless required by applicable law or agreed to in writing, software |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Detected Ubuntu 10.04.4... | |
Auto generating ec2 tags for this meter....done. | |
W: Failed to fetch https://apt.boundary.com/ubuntu/dists/lucid/universe/binary-i386/Packages.gz Proxy CONNECT aborted | |
E: Some index files failed to download, they have been ignored, or old ones used instead. | |
Adding repository deb https://apt.boundary.com/ubuntu/ lucid universe | |
OK | |
W: Failed to fetch https://apt.boundary.com/ubuntu/dists/lucid/universe/binary-i386/Packages.gz Proxy CONNECT aborted |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "My High Port Convo", | |
"filter": { | |
"hosted_by_meters_saved_search": "33333333333333333333", | |
"transport": [ | |
{ | |
"port": 61613, | |
"protocol": 6 | |
} | |
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "My High Port Convo", | |
"filter": { | |
"hosted_by_meters_saved_search": "33333333333333333333", | |
"transport": [ | |
{ | |
"port": 61613, | |
"protocol": 6 | |
}, | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -o pipefail | |
## | |
### Copyright 2011, Boundary | |
### | |
### Licensed under the Apache License, Version 2.0 (the "License"); | |
### you may not use this file except in compliance with the License. | |
### You may obtain a copy of the License at | |
### |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Meters can be listed with: | |
curl -i -u [apikey]: https://api.boundary.com/[org_id]/meters | |
And deleted with: | |
DELETE https://api.boundary.com/[org_id]/meters/[meter-id] | |
Delete with curl is, e.g.: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
boundary_probe { "probe name": | |
.... | |
tags => [ "bob", "jane", "bill" ], | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -o pipefail | |
## | |
### Copyright 2011, Boundary | |
### | |
### Licensed under the Apache License, Version 2.0 (the "License"); | |
### you may not use this file except in compliance with the License. | |
### You may obtain a copy of the License at | |
### |
OlderNewer