Custom Query (894 matches)
Results (79 - 81 of 894)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#358 | solj | bradshaw | wontfix | problems with down vs. pingable |
Description |
So I recently found that I have certain subnets that don't allow ICMP, so now my reports are showing that I have machines that are down that actually are up and running fine. I chatted shortly with Joey on this to find that he has already thought about this. Talk was of allowing per host configurations and also the ability to mark machines as decommisioned so that you don't end up with so much cruft in the reports. |
|||
#381 | desai | desai | wontfix | Remove client-side elementtree/lxml requirement |
Description |
The use of xml documents as a transport format predates the use of xml-rpc for client/server communication. Now that we are using xml-rpc, we can build a set of functions that use native xml-rpc datatypes. This has two benefits:
|
|||
#388 | desai | bradshaw | wontfix | brpt/importscript.py traceback when anyone has the webpage open |
Description |
So this has been happening off and on for the longest time and I think I have found the true cause of this. So the importscript.py will traceback complaining the DB is locked Traceback (most recent call last):
pysqlite2.dbapi2.OperationalError?: database is locked but what I just proved is that the database is locked due to someone having the website open. So my guess is that the fix is to fix it such that the web opens the DB readonly if that is even possible. |