Hug number of file in /var/spool/snmptt

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
cyberportnoc
Posts: 66
Joined: Tue Nov 24, 2015 1:14 am

Hug number of file in /var/spool/snmptt

Post by cyberportnoc »

Dear Nagios support,

There are huge number of files inside the /var/spool/snmptt folder. Detail please refer attached file. Please advise what it is and how to handle this issue. Thanks

Best regards
Cyberportr NOC
You do not have the required permissions to view the files attached to this post.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Hug number of file in /var/spool/snmptt

Post by tgriep »

Of the list below, what are the names of the most prevalent file in that folder?

Code: Select all

snmptt.log
snmpttsystem.log
snmpttunknown.log
Can you post your /etc/snmp/snmptt.ini file so we can review it?
Be sure to check out our Knowledgebase for helpful articles and solutions!
gormank
Posts: 1114
Joined: Tue Dec 02, 2014 12:00 pm

Re: Hug number of file in /var/spool/snmptt

Post by gormank »

I'd try restarting snmptt.

service snmptt restart

Out of curiosity, did the shutdown part of the restart fail?
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Hug number of file in /var/spool/snmptt

Post by ssax »

gormank is correct, the /var/spool/snmptt/* files will pile up if snmptt is not running.

You might want to check the /var/log/snmptt/* log files to see if you see any indications of why it stopped processing.
Locked