![](https://secure.gravatar.com/avatar/93532a9b2d1bec23d0b01a1f2b0d6b49.jpg?s=120&d=mm&r=g)
Hello,
I have some problems with the 7274 version and the apps. Especially with the mysql and apache app. Mailgraph seems to work fine, the others are not tested. The app script of mysql/apache seem to run fine, if I telnet to 36602 I get output which seems valid to me - and is similar to a release where apache is working. I have no working version of mysql for comparison at the moment.
I think I narrowed to problem down. If I try to run the poller-script manually in debug there is an error
---snip---
SQL[SELECT * FROM `applications` WHERE `device_id` = '40' AND `app_type` = 'mysql'] SQL RUNTIME[0.00032902s] Including: applications/mysql.inc.php mysql SQL[SELECT * FROM `applications` WHERE `device_id` = '40' AND `app_type` = 'mysql' AND `app_instance` IS NULL] SQL RUNTIME[0.00021815s] + SQL[INSERT INTO `applications` (`device_id`,`app_type`,`app_instance`) VALUES ('40','mysql','')] SQL RUNTIME[0.00914192s] ERROR[Error in query: (Duplicate entry '40-mysql-' for key 'dev_type_inst') 1062]
---snip---
SQL[SELECT * FROM `applications` WHERE `device_id` = '38' AND `app_type` = 'apache'] SQL RUNTIME[0.00032187s] Including: applications/apache.inc.php apache SQL[SELECT * FROM `applications` WHERE `device_id` = '38' AND `app_type` = 'apache' AND `app_instance` IS NULL] SQL RUNTIME[0.00016117s] + SQL[INSERT INTO `applications` (`device_id`,`app_type`,`app_instance`) VALUES ('38','apache','')] SQL RUNTIME[0.00899100s] ERROR[Error in query: (Duplicate entry '38-apache-' for key 'dev_type_inst') 1062]
---snip---
The hosts are newly added. I also did a restore of the observium machine because I thought I somehow broke it by adding and testing... but the problems return with readding the hosts.
The graphs are showing mainly nothing which is not surprising I think The grahics are there but no values.... I noticed that the demo installation shows similar problems or. graphics, at least for the mysql. Apache seems to work there which it doesn't for me.
http://demo.observium.org/apps/app=mysql/
Additionally I have problems removing a group definition. When you click "delete" it always shows "edit" which it makes hard to remove the group because of a typo.
Can anyone help me? Am I doing something wrong?
Thank you, Best regards
Nils