Unnoc version 1.0.10.1 2005-11-16 Jason Schoonover Known issues with Unnoc This is not a complete list by far, but these are the things that are currently known not to work right. 1. Multiple SNMP communities for one particular host, specifically server (the stats array) I'm not sure why you'd need this scenario, but it doesn't really work all that well. If you have to use a RW community for a particular reason (like the procfix feature), then just use the RW community for reading as well. Otherwise maybe re-think why exactly you need multiple communities to read for one host. 2. Single quotes "'" in the process name of a server I don't know of too many commands that include the ' quotation mark in them, but it probably won't work right if you try it. For some reason PHP has an issue reading a filename with a single quote ' in it. 3. Single quotes "'" in the disk name on a server Again, I don't know why you would want to mount a drive with a ' in it, but if you do, unnoc will not work right now. The majorify of these single quote problems can be fixed with add/stripslashes, it just hasn't been added in yet. 4. DNS Currently Unnoc doesn't do any DNS lookups, so if there is a host that it can't find, you will most likely get an error like : "Can't call method "map_table" on an undefined value at.." This just means that it couldn't establish an SNMP connection. Future versions will definitely have DNS checking. vim:tw=72:wm=1