Session counter increases with every SNMP call
I'm building a status watcher which should query your extension via HTTP for several values. While testing I noticed that the session counter increases with every call I make. So if I make a query per...
View ArticleRe: Session counter increases with every SNMP call
That's an interesting side effect, which I did not foresee. The extension was developed with snmpd in mind after all, with the http interface added on as courtesy. The fact is that eZ Publish by...
View ArticleRe: Session counter increases with every SNMP call
Just wanted to let you know that sending back the session cookie (received upon first call) works fine. Now the session counter doesn't increase anymore. Cheers, Markus Birth
View ArticleSubsequent queries to eZsnmpdStatusHandler fail
For some status monitoring, I query eZSNMPd directly within PHP. I noticed that I only got the value of the first query to eZsnmpdStatusHandler - all subsequent queries returned 0. After some debugging...
View ArticleRe: Subsequent queries to eZsnmpdStatusHandler...
No, it's not a bug of eZP, it's just a weird usage of the eZP db API done by the extension. The idea is that the ezsnmpagent php script might be used as a daemon, ie. a process that runs forever, not...
View ArticleRe: Subsequent queries to eZsnmpdStatusHandler...
ps: this bug should have been fixed with release 0.2, and definitely nailed down in version 0.3 of the extension
View Article