Search found 13 matches

by jjordan18
Tue Apr 16, 2019 8:40 am
Forum: Nagios Log Server
Topic: Dashboard - No Results from indexes not found
Replies: 2
Views: 131

Re: Dashboard - No Results from indexes not found

I just noticed that the time and date were way off on the OS. I have changed this to be the correct time, but not sure what to do about the existing indexes. Is it ok to delete the indexes with "wrong" dates? I am assuming these are no longer usable since the time stamps on the indexes are...
by jjordan18
Tue Apr 16, 2019 8:33 am
Forum: Nagios Log Server
Topic: Dashboard - No Results from indexes not found
Replies: 2
Views: 131

Dashboard - No Results from indexes not found

The Dashboard is not showing the latest log info and is stating the indexes are not found. I need to change the selected time span to 30 days to see info from 4/04/2019. All data forward from that point is blank. There have been no changes, other than a reboot, and no code upgrades. Log Server versi...
by jjordan18
Fri Jan 18, 2019 1:18 pm
Forum: Nagios Log Server
Topic: Changing IP of Syslog Server
Replies: 3
Views: 212

Re: Changing IP of Syslog Server

Groovy. Thanks for the prompt response.
by jjordan18
Fri Jan 18, 2019 12:09 pm
Forum: Nagios Log Server
Topic: Changing IP of Syslog Server
Replies: 3
Views: 212

Changing IP of Syslog Server

Is changing the host IP on the Syslog Server as easy as changing it in the OS? Is there any other cleanup that needs to be done on the server to make such a change?
by jjordan18
Tue Dec 11, 2018 4:45 pm
Forum: Nagios Log Server
Topic: Ran Out Of Disk Space on centos-root
Replies: 7
Views: 1406

Re: Ran Out Of Disk Space on centos-root

[root@mpls01-nagios01 ~]# pvs PV VG Fmt Attr PSize PFree /dev/sda2 centos lvm2 a-- <556.75g 4.00m [root@mpls01-nagios01 ~]# vgs VG #PV #LV #SN Attr VSize VFree centos 1 3 0 wz--n- <556.75g 4.00m [root@mpls01-nagios01 ~]# lvs LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert home cen...
by jjordan18
Tue Dec 11, 2018 4:41 pm
Forum: Nagios Log Server
Topic: Ran Out Of Disk Space on centos-root
Replies: 7
Views: 1406

Re: Ran Out Of Disk Space on centos-root

Wait a minute....I just noticed that the "home" partition is 501.80GB. Can I just move the syslog data to this partition?
by jjordan18
Tue Dec 11, 2018 4:36 pm
Forum: Nagios Log Server
Topic: Ran Out Of Disk Space on centos-root
Replies: 7
Views: 1406

Re: Ran Out Of Disk Space on centos-root

No fancy config...I think it may be best to just re-spin the thing.

Thanks for your help with this.
by jjordan18
Tue Dec 11, 2018 11:25 am
Forum: Nagios Log Server
Topic: Ran Out Of Disk Space on centos-root
Replies: 7
Views: 1406

Re: Ran Out Of Disk Space on centos-root

This is the output for the command you provided: [root@mpls01-nagios01 ~]# find /dev/mapper/centos-root -type f -print0 | xargs -0 du | sort -n | tail -20 | cut -f2 | xargs -I{} du -sh {} 48K ./.cache/pip/http/f 56K ./.cache/pip/http/2/5 56K ./.cache/pip/http/2/5/6 56K ./.cache/pip/http/2/5/6/b 56K ...
by jjordan18
Mon Dec 10, 2018 11:51 am
Forum: Nagios Log Server
Topic: Ran Out Of Disk Space on centos-root
Replies: 7
Views: 1406

Ran Out Of Disk Space on centos-root

I went to go login to the GUI and was not able to get a login page. I logged into the CLI and noticed that the volume for /dev/mapper/centos-root is full (see below). What is the best way to free up space on this volume within the CLI? I do not need to worry about keeping any log history. Then, I ne...
by jjordan18
Thu Nov 15, 2018 10:22 am
Forum: Nagios Log Server
Topic: Syslog Server version 2.0.5 Reboot
Replies: 5
Views: 384

Re: Syslog Server version 2.0.5 Reboot

These are the php.ini files I have on my system:

root@mpls01-nagios01:/# find / -name php.ini
/etc/php/7.0/cli/php.ini
/etc/php/7.0/apache2/php.ini
/etc/php/7.0/cgi/php.ini

I am assuming it is the "apache2" instance, correct?