Database fix for Nagios plugin for Cacti
Binary Talks | (0)
If you're interested in running Nagios within the Cacti interface you may be interested in the Nagios plugin for Cacti (NPC) project which does a good job overall in combining these two powerful tools within the monitoring/graphing world. Nevertheless, I had a database related problem during the initial setup due to the fact that NPC brings along its own schema of the ndo database which is outdated since the last release of ndoutils 1.4b8 (they added a new column called long_output).
Therefore, you want do the changes below via your mysql console to the following tables if you'd like to use ...