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.
Sometimes you need to know what software versions you currently are running. Here's a tiny shell script that even works for me. Any enhancement is welcome:
mysql cacti --user cactiuser --password=cactiuser-password < sql|tail -1 > ver
/var/www/html/cacti/cactid --version | head -1 >> ver
php --version >> ver
rrdtool |head -1 >> ver
mysql --version >> ver
gcc --version |head -1 >> ver
snmpd --version | head -2 >> ver
The first line delivers the version from the mysql database where sql is a litte sql:
Attached is a screenshot of 'info.php' which should be included as soon as a Windows version is made. It is meant to be referenced when submitting a bug report. Console version will follow after that.
Attachments
info.php screenshot
cacti_system5.png (69.97 KiB) Viewed 9891 times
--
Live fast, die young
You're sucking up my bandwidth.