I want to monitor below weblogic services on linux server but when i add it as process monitor and test the template it is showing test failed with 'down' status on.
inter_14c_admin(admin)inter_14c_pts_info
Those look like weblogic service names which don't appear in the process stack but rather in the weblogic console. if you do a ps -ef | grep java you should see a list of java processes and you may see a reference to those names in the command line arguments. I believe you'll need to watch for java and include enough info to differentiate between the different java processes.