Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
Minor updates:
- Use ExtJS v2.2.1;
- Add indices for syslog table (may cause long time to first open page);
- Use mysql_affected_rows() instead of ROW_COUNT();
- Fix error in snmptt_header_ext.php (thanks savagemindz);
This is a last version of snmptt plugin.
Next will be camm (CActi Message Manager) plugin 1.5
My cacti plugin -[url=http://forums.cacti.net/viewtopic.php?p=156769#156769]CaMM[/url]
[size=75]Sorry for my English. [/size]
Another feature request. Add an option to use a separate memory table for processing of incoming messages.
I had to move back to the regular syslog plugin, as snmptt would die under the load (super high disk I/O). This is a result of the way incoming messages are handled. The old syslog plugin could use a memory table, so when processing high amounts of messages (im getting 15000 per minute) and using removal rules to delete 99% of them doesn't cause you to thrash your disk writing and deleting that many entries from the file based mysql table. It then writes the remaining logs to the "viewing" table after processing.
Not possible. DHS requirements mandate we log everything but Debug with 90 days of online data, and 7 years of backed up data. All devices forward the exact same data to 2 syslog servers. 1 collects everything and logs to flatfile (~8 gig per day, compressed after 7 days). This server stores everything for DHS compliance.
The other server is my "useable" data server, which I use to actually see the important information. This is the server that deletes 99% of the crap.
ERROR: No CHECKBOX at "Rule enable" field. But, when i set this field in mysql, rule is working, and value of this field is replaced on "true"
RU:
Нет chekbox'a у "Rule enable". Но если в mysql ручками в соответствующей табличке установить это поле в "1" то правило работает и значение заменяется на true.
Cacti Version - 0.8.7b Plugin Architecture - 2.1 Poller Type - Cactid v Server Info - FreeBSD 7.1-STABLE Web Server - Apache PHP - 5.2.5 PHP Extensions - libxml, xmlwriter, SimpleXML, dom, xmlreader, xml, tokenizer, session, pcre, SPL, PDO, SQLite, soap, snmp, hash, standard, Reflection, posix, pdo_sqlite, mysql, mbstring, ldap, json, iconv, http, gd, ftp, filter, dbase, date, ctype, bz2, zlib, openssl, apache2handler MySQL - 5.0.51a-log RRDTool - 1.3.1 SNMP - 5.4.2.1 Plugins
1. Install just like any other plugin, just throw it in the plugin directory, in a folder called snmptt.
Edit your includes/global.php and add it to your $plugins list, and you are rolling.
But I was not able to see the snmptt under the Plugin Management. Any suggestion or ideas will be greatly appreciate. Thank you in advance!!!