7
I Use This!
Very Low Activity

News

Analyzed about 11 hours ago. based on code collected about 23 hours ago.
Posted over 9 years ago by Michael Medin <michael@…>
Reworked the dot-net API Now actually works and is much much improved. Change the dotnetplugin.dll name to NSCP.Core.dll Removed all "helpers" from the API and added a separate NSCP.Helpers.dll All C# code is now built using cmake CSharpSample plugin ... [More] is now included in cmake build Added protobuf_net and a compiled proto file to NSCP.Protobuf.dll Much bugfixing and tweaks and changes to dot-net plugin Change the directory structure of various components to make things easier to find Cleaned up the cmake build a bit Removed some old stale artifacts Changed name of nscapi_plugin_interface.hpp to nscapi_helper_singleton.hpp to better reflect what it is [Less]
Posted almost 10 years ago by hermit
Hello. When checking the parameter UPTIME, CPULOAD and MEMUSE on Windows XP SP3 RUS, I get an error. But other parameters work fine. Works fine: # ./check_nt -H 192.168.164.116 -p 12489 -s Ctrhtn * -v CLIENTVERSION NSClient 0,4,1,105 ... [More] 2014-04-28 # ./check_nt -H 192.168.164.116 -p 12489 -s Ctrhtn * -v USEDDISKSPACE -l c -w 98 -c 100 c:\ - total: 232.88 Gb - used: 18.59 Gb (8%) - free 214.29 Gb (92%) | 'c:\ Used Space'=18.59Gb;228.23;232.88;0.00;232.88 # ./check_nt -H 192.168.164.116 -p 12489 -s Ctrhtn * -v COUNTER -l "Процессор(_Total)% загруженности процессора","CPU Load: %.f %%" -w 85 -c 99 CPU Load: 1 % | 'CPU Load: %.f %%'=0.784425%;85.000000;99.000000; # ./check_nt -H 192.168.164.116 -p 12489 -s Ctrhtn * -v COUNTER -l "Память% использования выделенной памяти","Memory Usage: %.f %%" -w 90 -c 99 Memory Usage: 31 % | 'Memory Usage: %.f %%'=31.338500%;90.000000;99.000000; Works bad: # ./check_nt -H 192.168.164.116 -p 12489 -s Ctrhtn * -v UPTIME NSClient - ERROR: Could not get value # ./check_nt -H 192.168.164.116 -p 12489 -s Ctrhtn * -v CPULOAD -l 10,80,90 NSClient - ERROR: Could not get data for 10 please check log for details # ./check_nt -H 192.168.164.116 -p 12489 -s Ctrhtn * -v MEMUSE -w 97 -c 99 NSClient - ERROR: Failed to get PDH value. # nsclient.log 2014-08-04 11:12:17: e:..\..\..\..\nscp\modules\CheckSystem\PDHCollector.cpp:240: Failed to get UPTIME value: <UN ATTACHED>: No value has been collected yet 2014-08-04 11:12:43: e:..\..\..\..\nscp\modules\CheckSystem\PDHCollector.cpp:226: Failed to get CPU value 2014-08-04 11:12:54: e:..\..\..\..\nscp\modules\CheckSystem\PDHCollector.cpp:271: Failed to get MEM_CMT value: <UN ATTACHED>: No value has been collected yet [Less]
Posted almost 10 years ago by Michael Medin &lt;michael@…&gt;
Major refactoring of json handling now uses exact same messages as protobuf (compiled from protobuf) Added json-protobuf (library to compile protobuf to json spirit) Added help-pb to get help as protobuf from commands Removed help-csv since help-pb ... [More] is better (and built-in to inventory) Clenaedup protobuf file and removed some unesseceary fields. migrated "test" client into a separate moduile (CommandClient?) greatly extended the client interfaces (both web and console) to have new and improved commands [Less]
Posted almost 10 years ago by Michael Medin &lt;michael@…&gt;
Extensive additions to the WEB UI Console can be used much like nscp tesat Log view is enhaned Modules view added
Posted almost 10 years ago by mohierf
Hi, I am trying to use check_os_version to be sure that my monitored hosts are Windows 7. What are the parameters to use for this check ? I tried : – check_os_Version “warn=version < 62″ – check_os_Version “warn=version = 61″ I would like to have Ok if OS version is 6.1.7601 …
Posted almost 10 years ago by Michael Medin &lt;michael@…&gt;
missed two changed in the rollup changelog entry
Posted almost 10 years ago by Michael Medin &lt;michael@…&gt;
Fixed so all files are copied for WebServer?
Posted almost 10 years ago by Michael Medin &lt;michael@…&gt;
Added error messages when saving HTTP settings
Posted almost 10 years ago by Michael Medin &lt;michael@…&gt;
+ * Unwrapped the macros from plugins.?pp
Posted almost 10 years ago by Michael Medin &lt;michael@…&gt;
Improved reload handling. Plugins are now reloaded and if they support reload messages can do whatever they want. Added retry command line option to clients