Search found 33 matches

by TEWLS
Wed Aug 02, 2017 10:35 am
Forum: Nagios Log Server
Topic: license expiration date
Replies: 1
Views: 154

license expiration date

I can't seem to find anything with my license key that is attached with the expiration date. How can I check when my contract ends? I know it is due for extension pretty soon.
by TEWLS
Fri Apr 07, 2017 10:34 am
Forum: Nagios Log Server
Topic: Backup & Maintenance not working automatically
Replies: 26
Views: 1395

Re: Backup & Maintenance not working automatically

I will do this, but it will have to wait until Monday. I am using the cluster to test with right now.
by TEWLS
Thu Apr 06, 2017 3:40 pm
Forum: Nagios Log Server
Topic: Backup & Maintenance not working automatically
Replies: 26
Views: 1395

Re: Backup & Maintenance not working automatically

The "backups" job isn't responsible for the closing/deleting/optimizing of indices. The "backup_maintenance" job is. Can you try modifying the "Next Run Time" on the "backup_maintenance" job and see if it's closing indices? I probably should've been more clea...
by TEWLS
Thu Apr 06, 2017 7:53 am
Forum: Nagios Log Server
Topic: Backup & Maintenance not working automatically
Replies: 26
Views: 1395

Re: Backup & Maintenance not working automatically

Before it would say something along the lines of "Running command create_backup with args ' ' for job id: AVs_k0f-cJMl7DjS3OF1" then the jsonselect error would occur. I tried it with permissions of 744 and it still had the error so I used 755 and the error went away. I was selecting 'Now' ...
by TEWLS
Wed Apr 05, 2017 2:29 pm
Forum: Nagios Log Server
Topic: Backup & Maintenance not working automatically
Replies: 26
Views: 1395

Re: Backup & Maintenance not working automatically

I had to change jsonselect to 755 to get the errors to subside. However, I still don't see anything getting closed or deleted and there are no additional snapshots. /usr/lib/python2.7/site-packages/jsonselect: total 64 -rwxr-xr-x. 1 root root 15910 Oct 21 2013 jsonselect.py -rwxr-xr-x. 1 root root 1...
by TEWLS
Wed Apr 05, 2017 9:28 am
Forum: Nagios Log Server
Topic: Question: Network traffic meter
Replies: 3
Views: 198

Re: Question: Network traffic meter

I had a feeling that would be the case. I might just move wireshark to a STIG'd system and create a webpage that people can access. Thanks for the assist guys; this can be closed up.
by TEWLS
Wed Apr 05, 2017 9:08 am
Forum: Nagios Log Server
Topic: Backup & Maintenance not working automatically
Replies: 26
Views: 1395

Re: Backup & Maintenance not working automatically

Okay these are actually different, and from what I saw the only thing different is jsonselect. Nagios $ python -c "help('modules');" Please wait a moment while I gather a list of all available modules... BaseHTTPServer backports imputil selinux Bastion base64 iniparse semanage CDROM bdb in...
by TEWLS
Tue Apr 04, 2017 2:52 pm
Forum: Nagios Log Server
Topic: Backup & Maintenance not working automatically
Replies: 26
Views: 1395

Re: Backup & Maintenance not working automatically

Both are the same

Code: Select all

$python -V
Python 2.7.5

$which python
/bin/python
by TEWLS
Tue Apr 04, 2017 2:08 pm
Forum: Nagios Log Server
Topic: Question: Network traffic meter
Replies: 3
Views: 198

Question: Network traffic meter

Is there a way to measure the network traffic to the NLS cluster from within the application?

I am trying to come up with a solution to show outside people the traffic going to the cluster while still being as lazy as possible. Right now I have a separate system with wireshark scanning the network.
by TEWLS
Tue Apr 04, 2017 1:41 pm
Forum: Nagios Log Server
Topic: Backup & Maintenance not working automatically
Replies: 26
Views: 1395

Re: Backup & Maintenance not working automatically

curl -s -XPOST 'http://localhost:9200/_export/state' > /tmp/state.json python -m jsonselect.__main__ .count < /tmp/state.json 2 python -c "help('modules');" | grep jsonselect DLFCN cPickle jsonselect sgmllib curl -s -XPOST 'https://localhost:9200/_export/state' > /tmp/state.json $ python ...