Introduction
You try and add a new graph/s to a Graph Tree in cacti but you get “Validation error”.
Fix
Try editing the:
/usr/share/cacti/graphs.php
file and comment out the following line and restart apache.
//input_validate_input_number(get_request_var_post(‘drp_action’));
service httpd restart
Cacti Validation Error