Fantastic! That has worked - it is now collecting and graphing perf data.
Thank you all for your help!
Search found 11 matches
- Fri Dec 05, 2014 5:57 am
- Forum: Nagios XI
- Topic: Performance Graph Issues on New Install
- Replies: 15
- Views: 2864
- Thu Dec 04, 2014 8:36 am
- Forum: Nagios XI
- Topic: Performance Graph Issues on New Install
- Replies: 15
- Views: 2864
Re: Performance Graph Issues on New Install
Thanks Ran that and this is the output: Outbound data DISABLED Thu, 04 Dec 2014 13:35:02 +0000 DONE. Processed 0 files. too long sh: /bin/mv: Argument list too long sh: /bin/mv: Argument list too long ^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^...
- Tue Dec 02, 2014 3:15 am
- Forum: Nagios XI
- Topic: Performance Graph Issues on New Install
- Replies: 15
- Views: 2864
Re: Performance Graph Issues on New Install
Thanks lmiltchev. [root@ms00556 ~]# ls /usr/local/nagios/var/spool/xidpe | wc -l 204196 [root@ms00556 ~]# ls /usr/local/nagios/var/spool/perfdata | wc -l 0 [root@ms00556 ~]# ls /usr/local/nagios/var/spool/checkresults | wc -l 0 [root@ms00556 ~]# service crond status crond (pid 54490) is running... [...
- Sat Nov 29, 2014 4:03 pm
- Forum: Nagios XI
- Topic: Performance Graph Issues on New Install
- Replies: 15
- Views: 2864
Re: Performance Graph Issues on New Install
Thanks Box293: [root@ms00556 ~]# ls -al /usr/local/nagios/var/spool/perfdata/ total 8 drwxr-xr-x. 2 nagios nagios 4096 Nov 14 10:24 . drwxr-xr-x. 5 nagios nagios 4096 Nov 14 10:24 .. [root@ms00556 ~]# [root@ms00556 ~]# ls -al /usr/local/nagios/share/ total 112 drwxrwxr-x. 14 nagios nagios 4096 Nov 1...
- Fri Nov 28, 2014 6:36 am
- Forum: Nagios XI
- Topic: Performance Graph Issues on New Install
- Replies: 15
- Views: 2864
Re: Performance Graph Issues on New Install
Thanks: [root@ms00556 perfdata]# grep perfdata /usr/local/nagios/etc/nagios.cfg service_perfdata_file=/usr/local/nagios/var/service-perfdata service_perfdata_file_template=DATATYPE::SERVICEPERFDATA\tTIMET::$TIMET$\tHOSTNAME::$HOSTNAME$\tSERVICEDESC::$SERVICEDESC$\tSERVICEPERFDATA::$SERVICEPERFDATA$\...
- Thu Nov 27, 2014 4:26 am
- Forum: Nagios XI
- Topic: Performance Graph Issues on New Install
- Replies: 15
- Views: 2864
Re: Performance Graph Issues on New Install
I did change this value as you suggested:
Code: Select all
#
#
LOG_FILE = /usr/local/nagios/var/perfdata.log
#
# Loglevel 0=silent 1=normal 2=debug
#
#LOG_LEVEL = 0
LOG_LEVEL = 2
#
- Wed Nov 26, 2014 8:38 am
- Forum: Nagios XI
- Topic: Performance Graph Issues on New Install
- Replies: 15
- Views: 2864
Re: Performance Graph Issues on New Install
Thanks abrist: [root@ms00556 perfdata]# tail -25 /usr/local/nagios/var/perfdata.log tail: cannot open `/usr/local/nagios/var/perfdata.log' for reading: No such file or directory [root@ms00556 perfdata]# tail -25 /usr/local/nagios/var/npcd.log [11-26-2014 13:35:58] NPCD: No more files to process... w...
- Tue Nov 25, 2014 12:00 pm
- Forum: Nagios XI
- Topic: Performance Graph Issues on New Install
- Replies: 15
- Views: 2864
Performance Graph Issues on New Install
Hi I have a new installation of Nagios Xi which I cannot seem to get any performance graphs working on. Even for localhost there is nothing. The initial install had issues due to an incorrectly set up nagios account (there was no /var/spool/nagios directory) - this prevented the setup and running of...
- Fri Nov 21, 2014 4:22 am
- Forum: Nagios XI
- Topic: New NagiosXi deployment - NagiosXi services not set up
- Replies: 4
- Views: 1216
Re: New NagiosXi deployment - NagiosXi services not set up
Thanks abrist - looks like cron was not working due to the nagios account not getting set up properly - there was no /var/spool/nagios directory for some reason
I created this, restarted cron and all looks ok so far!
Thank you for your help!
I created this, restarted cron and all looks ok so far!
Thank you for your help!
- Thu Nov 20, 2014 8:23 am
- Forum: Nagios XI
- Topic: New NagiosXi deployment - NagiosXi services not set up
- Replies: 4
- Views: 1216
Re: New NagiosXi deployment - NagiosXi services not set up
Thanks for responding abrist.
There are none set up by the looks:
# ps -aef | grep cron
root 2197 1 0 Nov14 ? 00:00:12 crond
root 52280 3376 0 13:20 pts/0 00:00:00 grep cron
Were the jobs meant to be set up as part of the install?
There are none set up by the looks:
# ps -aef | grep cron
root 2197 1 0 Nov14 ? 00:00:12 crond
root 52280 3376 0 13:20 pts/0 00:00:00 grep cron
Were the jobs meant to be set up as part of the install?