Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - tomaskir

#391
General Support / NetXMS video tutorial series
January 05, 2015, 10:42:12 PM
Hi guys,

I present the NetXMS video tutorial series!

Full playlists:
NetXMS Basics
NetXMS NXSL Tutorials - coming soon™
NetXMS Advanced Tutorials

To receive new videos as soon as they are released, subscribe on youtube!

Videos:
Basics 1: NetXMS intro
Basics 2.1: Installing server on Linux
Basics 2.2: Installing server on Windows
Basics 3: NetXMS client and basic server settings
Basics 3.1: NetXMS Management Console - Perspectives
Basics 4: SNMP and NetXMS Agent
Basics 5: Adding nodes to monitor
Basics 6: Objects and basic organization
Basics 7: Polling and poll types
Basics 8: Data collection (DCIs)
Basics 9: Thresholds and Templates
Basics 10: Graphs and the Performance Tab
Basics 11: DCI Summary Tables
Basics 12: Maps and IP/MAC search
Basics 13: Syslog
Basics 14: Status Map
Basics 15: Dashboards

NXSL 1: NXSL Introduction
NXSL 2: NXSL Security
NXSL 3: Syntax and available functions
NXSL 4: Global Objects and Parameters
NXSL 5: Working with Containers
NXSL 6: Working with SNMP
NXSL 7: Working with NetXMS Agent
NXSL 8: Script DCIs
NXSL 9: Transformation scripts
NXSL 10: Filtering of Instance Discovery and Maps
NXSL 11: Auto-bind for Containers and Templates
NXSL 12: Scripts as Actions

Advanced 1: User management
Advanced 2: Advanced graphs
Advanced 3: Instance discovery
Advanced 4: Topology - VLANs, Wireless, etc.
Advanced 5: VPN Connector
Advanced 6: Event processing policy
Advanced 7: Sending emails
Advanced 8: NetXMS integration with Pushover
Advanced 9: Service monitoring

Any feedback is appreciated!
#392
I guess you are compiling from source.
In this case, just copy nxagentd startup script to init and add to auto start.

Do it like this:
cp /netxms_source_dir/contrib/startup/debian/nxagentd.in /etc/init.d/nxagentd
chmod 755 /etc/init.d/nxagentd
update-rc.d nxagentd defaults


Now you can run:
service nxagentd status

It will also be auto-started at boot-time.
#393
General Support / Re: NetXMS Puppet module
December 29, 2014, 04:37:30 PM
The module was moved to GitHub, it can now be found at:
https://github.com/tomaskir/netxms-puppet

Also added a bunch of features:
apt::netxms_repo
- manage file ownership
- apt update after repo changed/added

netxms::server
- you can now specify ensure status
- manage config file ownership

netxms::agent
- you can now specify ensure status
- manage 'netxms-base' package
- allow specifying alternate class that adds netxms package sources to apt
- manage config file ownership


#394
General Support / Re: Node groups
December 28, 2014, 06:16:20 PM
NetXMS is entirely free.

You can however purchase support or training, or if you need a feature integrated that is not in NetXMS yet, there are support packages for that as well.
#395
General Support / Re: Node groups
December 28, 2014, 01:30:53 PM
Use templates for this.

A node can be in multiple containers and in multiple templates if needed.
#396
General Support / Re: Procurve node corrupted in database
December 15, 2014, 01:16:50 PM
Are you using SNMPv3?

Also, what build of NetXMS?
#397
General Support / Re: virtual Diskspace
December 08, 2014, 12:44:04 PM
No table, you need to calculate:
How many nodes, how many OIDs per node, what type of OIDs (integer, string, etc...), what poll interval, what data retention period, will there be syslog...

After calculating all of that, you can estimate what kind of disk space your historical data will consume.
#398
General Support / Switch FDB differences
December 05, 2014, 03:01:01 PM
What is the difference between:

Topology > Switch forwarding database (MAC address table)
Tools > Info > Switch forwarding database (FDB)

Thanks!
#399
Damn, Victor beat me to it :)
#400
Yes, that is the right repo.

Simply do in console:
echo deb https://www.netxms.org/apt wheezy main >> /etc/apt/sources.list.d/netxms.list

Then
apt-get update && apt-get install netxms-agent
#401
This is completely normal, nxagentd has some dependencies which it needs.

I suggest adding the netxms apt repo, and installing said packages from the apt repo.
Apt will take care of the dependency chain automatically for you.
#402
General Support / Re: Importing database 1.2.16
November 26, 2014, 02:03:01 PM
Is the collation (charset) of the new DB schema the same as the old DB schema?
#403
General Support / Re: Threshold script
November 19, 2014, 05:29:51 PM
Use FindDCIByDescription.

The field you are searching for is the description, not the name.
#404
General Support / Re: H3C device driver
November 19, 2014, 04:48:10 PM
I also have a few HP/H3C switches.
SNMP Object ID .1.3.6.1.4.1.25506.11.1.85

Also getting driver Generic.

Nothing reported in the .1.3.6.1.4.1.43 tree.
#405
General Support / Re: Windows Management Install
November 12, 2014, 01:21:47 AM
Just install Java JRE.

Dont forget to install for right environment (x86 or 64), depending on which console you use.