Hello all,
I feel a bit stupid, but I can't understand that, when I do a snmp query, I get the error message INTERNAL:: command not found.
I think it has something to do with my installation, I use RedHat 7.3. I checked all the prereq for the installation, but it doesn't seem wrong there.
The only thing I can think of now is stupid user (me) detected.
Can anyone help me?
Grtz,
Kasper
Error INTERNAL:: command not found
Moderators: Developers, Moderators
Try running the following SQL query on cacti database:
See what that returns.
-Ian
Code: Select all
select type,id from src where id=11 or id=13;
-Ian
Re internal command not fout
Hello Ian,
when I execute the query, I get the following results:
mysql> select type, id from src where id=11 or id=13;
+----------+----+
| type | id |
+----------+----+
| snmp_net | 11 |
| snmp | 13 |
+----------+----+
2 rows in set (0.02 sec)
hope this helps.
Grtz,
Kasper
when I execute the query, I get the following results:
mysql> select type, id from src where id=11 or id=13;
+----------+----+
| type | id |
+----------+----+
| snmp_net | 11 |
| snmp | 13 |
+----------+----+
2 rows in set (0.02 sec)
hope this helps.
Grtz,
Kasper
Who is online
Users browsing this forum: No registered users and 2 guests