Code: Select all
/usr/local/nagiosxi/scripts/repairmysql.sh nagiosCode: Select all
service ndo2db stop
service nagios stop
killall -9 ndo2db
killall -9 nagios
service ndo2db start
service nagios startCode: Select all
/usr/local/nagiosxi/scripts/repairmysql.sh nagiosCode: Select all
service ndo2db stop
service nagios stop
killall -9 ndo2db
killall -9 nagios
service ndo2db start
service nagios startCode: Select all
[root@nagiosxivm ~]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
108G 49G 55G 48% /
tmpfs 7.4G 0 7.4G 0% /dev/shm
/dev/sda1 97M 82M 11M 89% /boot
tmpfs 50M - - - /var/nagiosramdisk
Code: Select all
[root@LNTTAVMNAG1 ~]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/VolGroup00-LogVol00_ROOT
48G 17G 28G 38% /
/dev/mapper/VolGroup00-LogVol00
2.9G 69M 2.7G 3% /tmp
/dev/mapper/VolGroup00-LogVol00_VAR
4.8G 3.1G 1.5G 68% /var
/dev/hda1 190M 47M 134M 26% /boot
tmpfs 2.0G 0 2.0G 0% /dev/shm
tmpfs 75M 75M 0 100% /var/nagiosramdisk
10.100.3.220:/kickstart
190G 110G 70G 62% /kickstartCode: Select all
ll /var/nagiosramdisk/spool/perfdata|wc -l
ll /var/nagiosramdisk/spool/xidpe|wc -lI have, multiple times.scottwilkerson wrote:I would go through each of the items in
http://library.nagios.com/library/produ ... n-nagiosxi
and make sure all have been modified and with the correct path.
Also, if you run the following it may give a clue to what is causing the ram disk to fill
Code: Select all
ll /var/nagiosramdisk/spool/perfdata|wc -l ll /var/nagiosramdisk/spool/xidpe|wc -l
Code: Select all
Additionally, the following command definitions will need to be updated in the Nagios XI->Core Config Manager->Commands.
command_name process-host-perfdata-file-bulk
command_line /bin/mv /var/nagiosramdisk/host-perfdata /var/nagiosramdisk/spool/xidpe/$TIMET$.perfdata.host
command_name process-service-perfdata-file-bulk
command_line /bin/mv /var/nagiosramdisk/service-perfdata /var/nagiosramdisk/spool/xidpe/$TIMET$.perfdata.serviceThank you for the offer.slansing wrote:Hey jbennett,
Can you submit a ticket to [email protected]? This way our team can work more hand in hand over this and take a look at your system via a remote session if it is needed, being that this issue is still occurring and impacting your monitoring environment so heavily.