Custom Query (894 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


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:

  • Remove the overhead of double-encoding all traffic
  • Removing the lxml/elementtree client-side requirement
#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):

File "/usr/lib/python2.3/site-packages/brpt/importscript.py", line 235, in ?

connection._commit()

File "/usr/lib/python2.3/site-packages/django/db/backends/sqlite3/base.py", line 70, in _commit

self.connection.commit()

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.

Note: See TracQuery for help on using queries.