Guessing from your code it seems that the action "post_aseMonitorServer_cpu" is only responding to POST-requests and from the image you attached it seems you have requested the page using Firefox thus a GET-request. Obviously, GET =/= POST so Fuel will throw its 404-error handler. You will need to adjust either the way you are requesting the action in your browser or change the HTTP-methods the action is responding to