Skip to content
#

snmp

Here are 395 public repositories matching this topic...

A security tool for multithreaded information gathering and service enumeration whilst building directory structures to store results, along with writing out recommendations for further testing.

  • Updated Apr 9, 2020
  • Python
jumakasy
jumakasy commented Apr 19, 2020

Hi all,

In order to get the monitoring queries have a less impact in other transactions in terms of locking and blocking, I have been setting the TRANSACTION ISOLATION LEVEL by modifying the centreon's code.

I have been using the code modified successfully, mitigating blocks issues in databases of intensive use.

I think it will be a good enhancement to include this options in the mssql c

nbriche
nbriche commented Jun 29, 2017

For WMI Collect tasks, if the client answers with several values, only the last one is retained.
For example, with a WMI task for class Win32_UserProfile and property SID, this is a typical client answer (from server log):

172.17.66.195 - - [29/Jun/2017:16:19:29 +0200] "GET //plugins/fusioninventory/b/collect/?action=getJobs&machineid=xxxxx-2017-06-29-10-01-38 HTTP/1.1" ("/plugins/fusioninv
obashmat
obashmat commented Dec 16, 2019

Hi,
First of all thanks for awesome tool.

I found some inconsistent behaviour in numeric variation module numeric.py and documentation:
Doc (http://snmplabs.com/snmpsim/simulation-with-variation-modules.html) contains following formula:
TIME = TIMENOW if atime else UPTIME
v = function(TIME * rate) * scale + offset + RAND(-deviation, deviation)
v = v + prev_v if cumulative else v

which

Improve this page

Add a description, image, and links to the snmp topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the snmp topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.