Skip to content

Super dumb script to alter bulk usernames in Zabbix via RubyAPI and text file.

Notifications You must be signed in to change notification settings

KHiis/Bulk-Change-Zabbix-Usernames

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Build Status

Bulk-Change-Zabbix-Usernames

Super dumb script to alter bulk usernames in Zabbix via RubyAPI and text file.

Use the API connector for ruby https://github.com/express42/zabbixapi

1) Fill in the connection details for Zabbix API

:url => 'your RPC url goes here',
:user => 'Zabbix Super Admin user',
:password => 'password for that user'

2) Change the names given in the users.txt (space is used as the naming delimiter)

3) Run the script from your commandline

About

Super dumb script to alter bulk usernames in Zabbix via RubyAPI and text file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages