This file has been truncated, but you can view the full file.
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
Date/Time: 2019-12-05 09:53:19 -0700 | |
End time: 2019-12-05 09:53:20 -0700 | |
OS Version: Mac OS X 10.14.6 (Build 18G103) | |
Architecture: x86_64h | |
Report Version: 28 | |
Data Source: Stackshots | |
Shared Cache: 0x17685000 DBC104BF-09A4-3176-971E-7A7DD7D806EE | |
Command: RemoteDesktopManager |
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
--- | |
type: flatline | |
threshold: 1 | |
timeframe: | |
weeks: 1 | |
buffer_time: | |
weeks: 1 | |
run_every: | |
days: 1 | |
index: nessus-* |
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
[ | |
{ | |
"_id": "Request-Duration-Percentiles", | |
"_type": "visualization", | |
"_source": { | |
"title": "Request Duration Percentiles", | |
"visState": "{\"title\":\"Request Duration Percentiles\",\"type\":\"line\",\"params\":{\"addLegend\":true,\"addTimeMarker\":false,\"addTooltip\":true,\"defaultYExtents\":false,\"drawLinesBetweenPoints\":true,\"interpolate\":\"linear\",\"legendPosition\":\"right\",\"radiusRatio\":9,\"scale\":\"log\",\"setYExtents\":false,\"shareYAxis\":true,\"showCircles\":true,\"smoothLines\":false,\"times\":[],\"yAxis\":{\"min\":10},\"orderBucketsBySum\":false},\"aggs\":[{\"id\":\"2\",\"enabled\":true,\"type\":\"date_histogram\",\"schema\":\"segment\",\"params\":{\"field\":\"@timestamp\",\"interval\":\"s\",\"customInterval\":\"2h\",\"min_doc_count\":1,\"extended_bounds\":{},\"customLabel\":\"\"}},{\"id\":\"5\",\"enabled\":true,\"type\":\"percentiles\",\"schema\":\"metric\",\"params\":{\"field\":\"request_duration\",\"percents\":[50,85,95,99]}}],\"listeners\":{}}", | |
"uiState |
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
[2017-03-13T14:37:31,568][FATAL][logstash.runner ] An unexpected error occurred! {:error=>#<Errno::EACCES: Permission denied - /var/local/logstash/****-2017.03.13>, :backtrace=>["org/jruby/RubyFile.java:370:in `initialize'", "org/jruby/RubyIO.java:871:in `new'", "/srv/logstash/logstash-5.2.2/vendor/bundle/jruby/1.9/gems/logstash-output-file-4.0.1/lib/logstash/outputs/file.rb:280:in `open'", "/srv/logstash/logstash-5.2.2/vendor/bundle/jruby/1.9/gems/logstash-output-file-4.0.1/lib/logstash/outputs/file.rb:132:in `multi_receive_encoded'", "org/jruby/RubyHash.java:1342:in `each'", "/srv/logstash/logstash-5.2.2/vendor/bundle/jruby/1.9/gems/logstash-output-file-4.0.1/lib/logstash/outputs/file.rb:131:in `multi_receive_encoded'", "org/jruby/ext/thread/Mutex.java:149:in `synchronize'", "/srv/logstash/logstash-5.2.2/vendor/bundle/jruby/1.9/gems/logstash-output-file-4.0.1/lib/logstash/outputs/file.rb:130:in `multi_receive_encoded'", "/srv/logstash/logstash-5.2.2/logstash-core/lib/logstash/outputs/base.rb:90:in |
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 | |
# Show the rate of swapping (in number of pages) between executions | |
OK=0 | |
WARNING=1 | |
CRITICAL=2 | |
UNKNOWN=-1 | |
EXITFLAG=$OK | |
WARN_THRESHOLD=1 |
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
[2016-12-16 13:58:21 -0700] warning/Notification: Exception occured during notification for checkable '*****.com': Error: lexical error: invalid char in json text. | |
s.created: 0, -hulk4.am | |
(right here) ------^ | |
(0) libbase.so.2.6.0: <unknown function> (+0xc9148) [0x7fde03d81148] | |
(1) libbase.so.2.6.0: <unknown function> (+0xc91f9) [0x7fde03d811f9] | |
(2) libbase.so.2.6.0: icinga::JsonDecode(icinga::String const&) (+0x3ce) [0x7fde03d1d6ae] | |
(3) libbase.so.2.6.0: icinga::Process::Run(boost::function<void (icinga::ProcessResult const&)> const&) (+0x426) [0x7fde03d4b1d6] | |
(4) libicinga.so.2.6.0: icinga::PluginUtility::ExecuteCommand(boost::intrusive_ptr<icinga::Command> const&, boost::intrusive_ptr<icinga::Checkable> const&, boost::intrusive_ptr<icinga::CheckResult> const&, std::vector<std::pair<icinga::String, boost::intrusive_ptr<icinga::Object> >, std::allocator<std::pair<icinga::String, boost::intrusive_ptr<icinga::Object> > > > const&, boost::intrus |
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/sh | |
# | |
# /etc/init.d/elasticsearch-*** -- startup script for Elasticsearch | |
# | |
# Written by Miquel van Smoorenburg <[email protected]>. | |
# Modified for Debian GNU/Linux by Ian Murdock <[email protected]>. | |
# Modified for Tomcat by Stefan Gybas <[email protected]>. | |
# Modified for Tomcat6 by Thierry Carrez <[email protected]>. | |
# Additional improvements by Jason Brittain <[email protected]>. | |
# Modified by Nicolas Huray for Elasticsearch <[email protected]>. |
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
ProblemType: Crash | |
Architecture: amd64 | |
Date: Mon May 2 12:22:03 2016 | |
DistroRelease: Ubuntu 14.04 | |
ExecutablePath: /usr/lib/x86_64-linux-gnu/icinga2/sbin/icinga2 | |
ExecutableTimestamp: 1461261766 | |
ProcCmdline: /usr/lib/x86_64-linux-gnu/icinga2/sbin/icinga2 --no-stack-rlimit daemon -C | |
ProcCwd: /root | |
ProcEnviron: | |
PATH=(custom, no user) |
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
2016-03-19 20:38:49,836 DEBUG [o.e.j.i.SelectorManager] Queued change org.eclipse.jetty.io.SelectorManager$ManagedSelector$Accept@26c30b8 | |
2016-03-19 20:38:49,836 DEBUG [o.e.j.i.SelectorManager] Selector loop woken up from select, 0/0 selected | |
2016-03-19 20:38:49,836 DEBUG [o.e.j.i.SelectorManager] Running change org.eclipse.jetty.io.SelectorManager$ManagedSelector$Accept@26c30b8 | |
2016-03-19 20:38:49,836 DEBUG [o.e.j.i.AbstractEndPoint] onOpen SelectChannelEndPoint@2fd81bdd{/127.0.0.1:46061<->8080,Open,in,out,-,-,0/30000,null}{io=0,kio=0,kro=0} | |
2016-03-19 20:38:49,836 DEBUG [o.e.j.i.IdleTimeout] SelectChannelEndPoint@2fd81bdd{/127.0.0.1:46061<->8080,Open,in,out,-,-,0/30000,null}{io=0,kio=0,kro=0} idle timeout check, elapsed: 0 ms, remaining: 30000 ms | |
2016-03-19 20:38:49,836 DEBUG [o.e.j.s.HttpChannel] new HttpChannelOverHttp@6db41d3a{r=0,c=false,a=IDLE,uri=-} -> SelectChannelEndPoint@2fd81bdd{/127.0.0.1:46061<->8080,Open,in,out,-,-,0/30000,null}{io=0,kio=0,kro=0},null,HttpChannelState@215310cc{s=IDLE i=true a=n |
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
{: timestamp => "2016-01-22T11:24:08.129000-0700", : message => "Attempted to send a bulk request to Elasticsearch configured at '[\"http://127.0.0.1:9200/\"]', but an error occurred and it failed! Are you sure you can reach elasticsearch from this machine using the configuration provided?", : client_config => {: hosts => ["http://127.0.0.1:9200/"], : ssl => nil, : transport_options => {: socket_timeout => 0, : request_timeout => 0, : proxy => nil, : ssl => {} | |
}, : transport_class => Elasticsearch::Transport::Transport::HTTP::Manticore, : logger => nil, : tracer => nil, : reload_connections => false, : retry_on_failure => false, : reload_on_failure => false, : randomize_hosts => false | |
}, : error_message => "127.0.0.1:9200 failed to respond", : error_class => "Manticore::ClientProtocolException", : backtrace => ["/srv/logstash/logstash-2.1.1/vendor/bundle/jruby/1.9/gems/manticore-0.4.4-java/lib/manticore/response.rb:35:in `initialize'", "org/jruby/RubyProc.java:281:in `call'", "/srv/logstash/logsta |
NewerOlder