Petr Macek
Petr Macek
phpinfo() says: NET-SNMP Support | enabled NET-SNMP Version | 5.7.2 PHP SNMP Version | 0.1
I guess that it isn't only our problem. I found this https://github.com/FreeDSx/SNMP
I can try it, but I need few days. I'm busy now
if I'm not mistaken - it is code from develop branch - version 1.3.
#$template cacti_syslog,"INSERT INTO SystemEvents(facility_id, priority_id, program, logtime, host, message) values (%syslogfacility%, %syslogpriority%, '%programname%', '%timegenerated:::date-mysql%', '%HOSTNAME%', TRIM('%ms Isn't it a problem that you have this line commented out?
For production is better 1.2.x branch. 1.2.x is stable. From 1.2.25 gets only fixes and security updates, no new features. 1.3 (develop branch) is a development version with new features....
@seanmancini you need only devices or more things from console? If you need only display hosts, easy way is make the same thing like clog for admin and normal users...
I've been thinking about it again. I had an idea of a small console just for reading, but now I think it's unnecessary. What else besides "devices" would a non-admin...
I'm working on an API for the servcheck plugin. Larry and I talked about it, and if it works, we'll add it later as a new data source directly into...
ALTER TABLE plugin_config ADD COLUMN last_updated TIMESTAMP DEFAULT NULL;